首页 > 其他分享 >springboot启动报错

springboot启动报错

时间:2022-09-02 16:34:07浏览次数:60  
标签:htkj springboot service 启动 报错 com

springboot启动报错
Description:
Field stationInformationService in com.htkj.aicheck.service.
TrainCheckService required a bean of type 'com.htkj.ai.server.service.IStationInformationService' that could not be found.

Action:
Consider defining a bean of type 'com.htkj.ai.server.service.IStationInformationService' in your configuration.

 

在项目的Application启动文件里,使用@MapperScan注解,把当前的路径引用进去就可以了

标签:htkj,springboot,service,启动,报错,com
From: https://www.cnblogs.com/northli/p/16650412.html

相关文章