-
Java 开发模板由 Spring、SpringMVC 和 MyBatis 构建而成,即 pig-template
资源介绍
pig-template
A Java Develop Template created with Spring,SpringMVC,MyBatis,Velocity
模块
mybatis-gemerator:包含generatorConfig.xml配置文件,Mybatis Generator配置
mybatis-generator-plugins:Mybatis Generator插件,生成项目需要的文件
mybatis-model:自动生成的文件都在此模块中
web-base:web应用通用模块
webapp:web应用核心模块
各开源项目及版本
Spring,SpringMVC:4.1.0.RELEASE
SpringSecurity:4.0.0.RC1 注意:目前此版本不在Maven库中,请手动添加
Velocity:1.7
Mybatis:3.2.7
结构图
应用分层
vi