首页 > 编程语言 > 详细

org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter 42 report clientip: uid: sid: -

时间:2020-06-16 15:44:01      阅读:455      评论:0      收藏:0      [点我收藏+]

项目启动的时候报异常:

  

Description:

Field profile2RuleVariatesConvertService in com.hm.sentry.module.mc.service.impl.MedicalRecordQcServiceImpl required a bean of type ‘com.hm.sentry.module.mc.service.Profile2RuleVariatesConvertService‘ that could not be found.


Action:

Consider defining a bean of type ‘com.hm.sentry.module.mc.service.Profile2RuleVariatesConvertService‘ in your configuration.

Disconnected from the target VM, address: ‘127.0.0.1:65362‘, transport: ‘socket‘

Process finished with exit code 1

 

解决:

  去看一下Profile2RuleVariatesConvertService 的实现类 是不是少了   @Service  注解,加载不了实现类

org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter 42 report clientip: uid: sid: -

原文:https://www.cnblogs.com/houzs/p/13141073.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!