Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Spring integrates PC egg system to develop springmvc and hibernate

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

Step 1: configure spring first

Research and Development of PC Egg system 1151880099.com Q.1151880099PC Egg system

Configure spring profile applicationContext.xmls

View Code

Configure the web.xml file

View Code

Step 2: configure spring mvc

Configure spring mvc profile spring-web.xmls

View Code

Configure the web.xml file

View Code

Step 3: configure hibernate

Put the relevant configuration of hibernate into the spring configuration file applicationContext.xml

View Code

Because you need to read the propertie file, you need to add

View Code

Step 4: write the corresponding java and jsp code

Create an entity class

View Code

Create a dao class

View Code

Create a service class

View Code

Create a controller

View Code

Create the jsp file: WEB-INF\ jsp\ saveSucess.jsp

View Code

Now that the code has been written, the complete directory structure is as follows:

Step 5: test

Create a database

Start tomcat, because we have configured the hibernate attribute hibernate.hbm2ddl.auto=update, so the table t_user will be automatically generated after the tomcat startup is completed.

Access through the page

4. Database generation data

At this point, the integration work is complete.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report