其他分享
首页 > 其他分享> > spring boot找不到service类,项目无法启动

spring boot找不到service类,项目无法启动

作者:互联网

Spring boot项目报错Field sysChannelService in org.jeecg.modules.bazsystem.controller.SysChannelController required a bean of type 'org.jeecg.modules.bazsystem.service.ISysChannelService' that could not be found.

找不到service对象,导致项目无法启动

 

 解决方案:

在Service的实现层,添加@Service注解

标签:bazsystem,service,Service,spring,boot,org,jeecg
来源: https://www.cnblogs.com/1gaoyu/p/15686833.html