
处理异常:Consider defining a bean of type 'xxx' in your config
@SpringBootApplication(scanBasePackages = {"com.dk.d.database.service.*","com.dk.d.database.repository.*}) public class OrderApplication { public static void main(String[] args) { SpringApplication.run(OrderApplication.class, args); } }
👁️ 阅读量:0
© 版权声明:本文《处理异常:Consider defining a bean of type 'xxx' in your config》内容均为本站精心整理或网友自愿分享,如需转载请注明原文出处:https://www.zastudy.cn/wen/1686550140a289266.html。