springboot警告以及问题解决:** WARNING ** : Your ApplicationContext is unlikely to start due to a @ComponentScan of the default package.

springboot警告以及问题解决:** WARNING ** : Your ApplicationContext is unlikely to start due to a @ComponentScan of the default package.

问题:该警告解释为 :SpringBootApplication不能从代码的根目录启动

springboot警告以及问题解决:** WARNING ** : Your ApplicationContext is unlikely to start due to a @ComponentScan of the default package.

 

 

 

解决方式:放入一个包中即可解决问题

springboot警告以及问题解决:** WARNING ** : Your ApplicationContext is unlikely to start due to a @ComponentScan of the default package.

 

springboot警告以及问题解决:** WARNING ** : Your ApplicationContext is unlikely to start due to a @ComponentScan of the default package.

上一篇:Windows下载Android SDK


下一篇:Android-NDK构建系统(构建hello-gl2)