启动项目报错,似乎是热部署的问题
来源:3-4 前端集成
静笃
2019-12-18
Could not evaluate condition on org.springframework.boot.devtools.autoconfigure.DevToolsDataSourceAutoConfiguration due to org/springframework/security/context/DelegatingApplicationListener not found. Make sure your own configuration does not rely on that class. This can also happen if you are @ComponentScanning a springframework package (e.g. if you put a @ComponentScan in the default package by mistake)
以上是报错信息,在网上也找了,实在没招求帮忙
写回答
1回答
-
慕慕0338454
2019-12-20
ComponentScan注解设置的哪个包?或者先取消这个注解试试
10
相似问题