Spring boot 2.x 依赖打包失败(二) Cloud not autowire

前言

在写完依赖打包失败后,解决了之前那个问题,我有遇到了另外一个坑。
https://www.jianshu.com/p/338aeff19bbe 问题一

解决完问题一后新添加的模块,无法正常引用

Cloud not autowire.No beans of 'XXX' Bean type found.

问题

SpringApplication 只对子包进行扫描。

解决方案

将Application类放在dao、service所在包的上级

你可能感兴趣的:(Spring boot 2.x 依赖打包失败(二) Cloud not autowire)