码迷,mamicode.com
首页 > 移动开发 > 详细

解决错误:Your ApplicationContext is unlikely to start due to a @ComponentScan of the default package.

时间:2018-02-07 21:15:54      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:def   main   nts   size   component   ike   代码   default   color   

原因是代码直接放在默认包里边,比如src\main\java目录下

应该在src\main\java下建立子目录,比如src\main\java\com\test

这样的话,代码就在com.test这个包下面了,这个错误也就不会再出现了

解决错误:Your ApplicationContext is unlikely to start due to a @ComponentScan of the default package.

标签:def   main   nts   size   component   ike   代码   default   color   

原文地址:https://www.cnblogs.com/wormday/p/8428307.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!