1. IntelliJ Idea解决Could not autowire. No beans of 'xxxx' type found的错误提示. 原因可能有两个,第一个是IntellijIDEA本身工具的问题.第二个便是我们导入@Service包的时候导入包错误造成的. 针对第一种原因,解决办法是:降低Autowired检测的级别,将Severity的级别由之前的error改成warning或其它可以忽略的级别. File - settring - edit - inspection - Sp…