Skip to content

greyireland/SpringMVC-Spring-MyBatis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringMVC+Spring+MyBatis

Frameworks and Tools

  • Java&IDE: JDK6 MyEclipse
  • Backend: SpringMVC3.2.9 Spring3.2.9 MyBatis3.1.1 (Configured by annotation)
  • Database: Oracle10g
  • Web Server: Tomcat 7
  • Build Tool: Maven
  • Other: Druid(database connection pool) JUnit Log4j Jackson FastJson

System Features

  • Integration of Spring core, Spring MVC, and MyBatis
  • Management of users through CRUD interface

Code Generator for MyBatis

  • You can find code generator from the link
  • In the folder of mybatis-generator, you can find generator.xml and mybatis-generator-core-1.3.2.jar.
  • Download these two files in the folder of C:\mybatis, and run the following command: java -jar mybatis-generator-core-1.3.2.jar -configfile generator.xml -overwrite
  • Then Java POJOs that match the table structure will be generated.

About

About

SpringMVC+Spring+MyBatis+Maven

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%