Tomcat部署项目(JEECG)时报错 5
严重:Exceptionsendingcontextinitializedeventtolistenerinstanceofclassorg.jeecgframework...
严重: Exception sending context initialized event to listener instance of class org.jeecgframework.web.system.listener.InitListener
org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'systemService' is defined 展开
org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'systemService' is defined 展开
1个回答
展开全部
亲,你好,很高兴有机会为你解答问题
首先从字面的意思解释是因为你在使用spring的过程中使用注解的方式去获取systemService
类的实体,但是spring并没有找到整个程序中有systemService类;
这种情况有两种可能
systemService 没有被声明注解
systemService 没有该类
亲,可以查找一下systemService是否被声明注解
追问
我已经注解了的
@Service("systemService")
在spring的文件里面我也配置了
但是就是扫描不到
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询