文件名称:MybatisGenerator:Mybatis代码自动生成
文件大小:26KB
文件格式:ZIP
更新时间:2024-05-31 05:58:33
Java
MybatisGenerator Mybatis代码生成说明: 一、maven plugin生成: 1、项目根目录执行mvn install命令即可生成(根据generatorConfig-plugin.xml配置规则生成) 2、model生成在\com\yibo\study\mybatis\plugin\model下, dao生成在\com\yibo\study\mybatis\plugin\dao, sql mapper xml文件生成在\generator\mysql\plugin目录下, (数据库信息和生成的代码路径可以在generatorConfig-plugin.properties中指定,会自动生成对应的包)。 二、main方法生成: 1、运行com\yibo\study\mybatis\common\main包下面的Generator.java的main方法(根据gener
【文件预览】:
MybatisGenerator-master
----.gitignore(9B)
----src()
--------main()
----.classpath(1KB)
----.settings()
--------org.eclipse.m2e.core.prefs(90B)
--------org.eclipse.core.resources.prefs(124B)
--------org.eclipse.jdt.core.prefs(736B)
----pom.xml(2KB)
----README.md(2KB)
----.idea()
--------inspectionProfiles()
----.project(568B)