GitHub Address: Https://github.com/FaceGhost/Simple-SSM
Due to build the SSM series of tutorials, for this sort of a simple curd full set of source code, master do not spray, only for reference study, students who want to learn can refer to the following articles
Teach you step by step to build the SSM framework, the first step to achieve SPRINGMVC page jump-2018
Teach you to build the SSM framework step by step, the second step is to integrate MyBatis to save data-2018
Teach you step by step to build the SSM framework, the third step of database transaction validation and SSM common transaction does not work exclusions-2018
Teach you to build the SSM framework step by step, the fourth step is to automatically generate Mybaits entity classes, configuration Files-2018
Teach you to build the SSM framework step by step, the fifth step of the page plugin pagehelper-2018
Version
Database configuration file Location
Https://github.com/FaceGhost/Simple-SSM/blob/master/src/main/resources/res.properties
Database tables and initial data locations
https://github.com/FaceGhost/Simple-SSM/tree/master/src/main/resources/db
Start
SIMPLE-SSM Project Right->debug as--Maven build ...
Goals:tomcat7:run
Browser access
Http://localhost:8080/Simple-SSM/test
The simplest spring+springmvc+mybaits integrated SSM framework in history ~SIMPLE-SSM