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注解