美文网首页
Spring boot 2.x 依赖打包失败(二) Cloud

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

作者: 大继 | 来源:发表于2018-09-27 03:40 被阅读0次

    前言

    在写完依赖打包失败后,解决了之前那个问题,我有遇到了另外一个坑。
    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

          本文链接:https://www.haomeiwen.com/subject/jdesoftx.html