子模块中引用另一个子模块中的Service, @Autowired失败。
添加了模块之间的依赖没解决。
组以后在启动类上加上
@SpringBootApplication(scanBasePackages="com.exmaple")
解决了问题,参考:
https://blog.csdn.net/machuang30508/article/details/78616501
2024-03-25 15:17:28
子模块中引用另一个子模块中的Service, @Autowired失败。
添加了模块之间的依赖没解决。
组以后在启动类上加上
@SpringBootApplication(scanBasePackages="com.exmaple")
解决了问题,参考:
https://blog.csdn.net/machuang30508/article/details/78616501