##SpringMVC+Mybatis demo
####Management of users through CRUD interface
- git clone https://github.com/nichijouyc/springmvcdemo.git
- modify
jdbc.properties(springmvcdemo/src/main/resources/config/jdbc.properties) - import
import.sql(springmvcdemo/) - mvn tomcat7:run
- browser http://localhost:8080/springmvcdemo/
Thanks!