springboot集成mybatis-generator

tech2024-08-09  52

springboot集成mybatis-generator 总结是在mall项目的学习记录。 在pom文件中加入指定的依赖后,尤其注意 在targetProject标签中,使用的是项目相对路径,并且必须要使用 . 来代替项目名。如果直接写成项目名,如:targetProject=” mall-tiny\src\min\java” .会报错如下:

The specified target project directory mall-tiny\src\main\java does not exist

参考:macrozheng 微信公众号:《mall整合SpringBoot+MyBatis搭建基本骨架》 参考: https://blog.csdn.net/qq_40307945/article/details/81351302

最新回复(0)