文件名称:mybatisspringutils:生成mybatis反向配置文件
文件大小:15KB
文件格式:ZIP
更新时间:2024-06-11 17:10:38
Java
mybatisspringutils 生成mybatis反向配置文件 使用说明 直接查看根目录下 DBConnection.xml 修改相应的数据库连接属性,然后直接到tst目录下,修改 AppTest.java 的 public void testGeneratorUtil(); 方法参数,然后直接运行,即可在根目录下生成逆向工程所需的配置文件。 方法说明 g.init("com.transfar.greentech.model", "com.transfar.greentech.mapper", "com.transfar.greentech.dao", "shiro", "DBConnection.xml", "mysql", "bean", "dao"); 参数含义:物理模型包,mapper接口包,dao接口包,项目名称,数据库连接位置,数据库类型,生成spring bea
【文件预览】:
mybatisspringutils-master
----DBConnection.xml(809B)
----pom.xml(1009B)
----.settings()
--------org.eclipse.m2e.core.prefs(86B)
--------org.eclipse.core.resources.prefs(115B)
--------org.eclipse.jdt.core.prefs(238B)
----src()
--------test()
--------main()
----.project(547B)
----.classpath(998B)
----.gitignore(14B)
----README.md(3KB)