摘要: 在Idea的spring工程里,经常会遇到Could not autowire. No beans of 'xxxx' type found的错误提示。 原因:第一个是IntellijIDEA本身工具的问题。第二个便是我们导入@Service包的时候导入包错误造成的 解决方案: 1)第一个问题解决方 阅读全文
posted @ 2021-08-13 19:21 只要不兔的学习笔记 阅读(297) 评论(0) 推荐(0)
摘要: pom.xml文件 <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> </plugins> 解决办法: 阅读全文
posted @ 2021-08-13 17:56 只要不兔的学习笔记 阅读(2150) 评论(3) 推荐(2)