MyBatis自动生成mapper.xml工具
mybatis使用虽然灵活简单,但mapper.xml的配置却很繁琐。如果项目的实体表比较多,手工配置是不现实的。这个工具可以帮助自动后成model,dao,mapper.xml 使开发者从繁琐的mapper.xml映射中解放出来,把更多的精力投入到项目的业务层中去。首先配置好generatorConfig.xml,之后运行MyBatisGeneratorTool. 这是一个完整的带源码的小工具,maven方式管理。所需jar包在pom.xml中有配置。联网更新依赖会自动下载
文件列表
MyBatis自动生成mapper.xml工具
(预估有个375文件)
.project
1KB
pom.xml
6KB
outbound.war
22B
pom.properties
145B
pom.xml
6KB
pom.properties
271B
MANIFEST.MF
104B
maven-plugin-descriptor-2.0.6.jar
36KB
standard-1.1.2.jar
384KB
plexus-interactivity-api-1.0-alpha-4.jar
13KB
暂无评论