在Idea中新创建了一个Springboot项目。然后启动发现了一个新错误:
Your ApplicationContext is unlikely to start due to a @ComponentScan of the default package.
原因:
Application.java 文件不能直接放在main/java文件夹下,必须要建一个包把他放进去
在Idea中新创建了一个Springboot项目。然后启动发现了一个新错误:
Your ApplicationContext is unlikely to start due to a @ComponentScan of the default package.
原因:
Application.java 文件不能直接放在main/java文件夹下,必须要建一个包把他放进去
相关文章: