摘要:
项目启动报错2018-12-21 14:06:24.917 INFO 23472 [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.Annotati 阅读全文
摘要:
最近在搭一个基础架构,整合项目。 在做多模块中调用的时候,在@Autowired的时候找不到service的bean。 解决方案: 需要在启动类加入扫描 阅读全文