springboot入门(3)mybatis工具生成文件

1、解压附件压缩包,目录结构:
springboot入门(3)mybatis工具生成文件
文章图片
image.png 2、修改配置文件 genetatorConfig.xml


3、执行命令 :java -jar mybatis-generator-core-1.3.2.jar -configfile generatorConfig.xml,相应的文件自动生成在src目录下
4、可以看到生成的这几个文件夹
springboot入门(3)mybatis工具生成文件
文章图片
image.png 5、将相应的文件放到你的项目的指定位置
附件:
【springboot入门(3)mybatis工具生成文件】(file://C:\Users\even1\AppData\Local\Temp\enhtmlclip\mybatis-generator-core-1.3.2.rar)

    推荐阅读