springboot入门(3)mybatis工具生成文件
1、解压附件压缩包,目录结构:
文章图片
image.png 2、修改配置文件 genetatorConfig.xml
3、执行命令 :
java -jar mybatis-generator-core-1.3.2.jar -configfile generatorConfig.xml
,相应的文件自动生成在src目录下4、可以看到生成的这几个文件夹
文章图片
image.png 5、将相应的文件放到你的项目的指定位置
附件:
【springboot入门(3)mybatis工具生成文件】(file://C:\Users\even1\AppData\Local\Temp\enhtmlclip\mybatis-generator-core-1.3.2.rar)
推荐阅读
- Activiti(一)SpringBoot2集成Activiti6
- 关于QueryWrapper|关于QueryWrapper,实现MybatisPlus多表关联查询方式
- mybatisplus如何在xml的连表查询中使用queryWrapper
- mybatisplus|mybatisplus where QueryWrapper加括号嵌套查询方式
- MybatisPlus|MybatisPlus LambdaQueryWrapper使用int默认值的坑及解决
- MybatisPlus使用queryWrapper如何实现复杂查询
- SpringBoot调用公共模块的自定义注解失效的解决
- 解决SpringBoot引用别的模块无法注入的问题
- typeScript入门基础介绍
- springboot使用redis缓存