Build Struts2.3.16.2+Spring3.2.8+Hibernate4.2.12

Reference: http://blog.csdn.net/kl28978113/article/details/52711885

1. Create a new maven project in myeclipse8, configure the pom.xml file, and introduce the core dependency packages of the three frameworks

2. Refresh the maven project, the project will automatically download the corresponding package and the package that the package depends on

3. Use the maven command: mvn dependency:copy-dependencies (Note: in the pom.xml directory), copy the dependency package to the corresponding directory

4. The jar package that the project depends on is as follows:




 5. So far, a prototype based on this framework is completed!
 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326634992&siteId=291194637