多模块项目中 @Service跨模块引用失败的问题

子模块中引用另外一个子模块中的Service, @Autowired失败。.net 添加了模块之间的依赖没解决。blog 组之后在启动类上加上get @SpringBootApplication(scanBasePackages="com.exmaple") 解决了问题,参考:io https://blog.csdn.net/machuang30508/article/details/786165
相关文章
相关标签/搜索