Skip to content

jgroups/SpringMVC-Spring-MyBatis-Dubbo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpringMVC+Spring+MyBatis+Dubbo

Frameworks and Tools

  • Java&IDE: JDK7 IDEA
  • Backend: SpringMVC3.2.9 Spring3.2.9 MyBatis3.1.1 (Configured by annotation)
  • Database: Mysql
  • Web Server: Tomcat 7
  • Build Tool: Maven 3.3.9
  • RPC: Hessian 4,Dubbo 2.5.3 参考链接
  • Other: Druid(database connection pool) JUnit Log4j Jackson FastJson Zookeeper

System Features

  • Integration of Spring core, Spring MVC, and MyBatis, Dubbo
  • 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.

Integration Dubbo

  • Thank for the author provide the link 参考链接
  • I deploy the project through the link.

About

Releases

No releases published

Packages

No packages published

Languages