spring-boot
文章平均质量分 86
Edwen_0328
这个作者很懒,什么都没留下…
展开
-
Mybatis generator 操作实现过程
pom 依赖添加 <!--mybatis generator 依赖--> <dependency> <groupId>org.mybatis.generator</groupId> <artifactId>mybatis-generator-maven-plugin</artifactId> <version>1.3.2</ve原创 2021-06-25 16:16:36 · 222 阅读 · 1 评论 -
spring boot configuration annotation Processor not found in classpath
解决方案:pom.xml文件中引入 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <optional>true</optional> </dependency> 参考连接:https://blo..原创 2020-11-12 23:42:56 · 95 阅读 · 0 评论