springboot警告:ApplicationContext is unlikely to start due to a @ComponentScan of the default package
1. 警告解读
** WARNING ** : Your ApplicationContext is unlikely to start due to a @ComponentScan of the default package.
如果你的springboot项目报了这个警告,那么你的项目会无法正常运行。
// 该警告解释为 : Applicatio