mybatisGenerator,可以自定义生成的xml,dao接口文件名称,可以自动在生成的实体类上添加数据库字段的注释
项目结构:
在generatorConfig.xml配置好数据库和对应的表,运行Main类中的main方法
github下载地址:https://github.com/jake1263/mybatisGenerator
mybatisGenerator,可以自定义生成的xml,dao接口文件名称,可以自动在生成的实体类上添加数据库字段的注释
项目结构:
在generatorConfig.xml配置好数据库和对应的表,运行Main类中的main方法
github下载地址:https://github.com/jake1263/mybatisGenerator