其他分享
首页 > 其他分享> > springboot启动日志信息 CONDITIONS EVALUATION REPORT Positive matches: -----------------

springboot启动日志信息 CONDITIONS EVALUATION REPORT Positive matches: -----------------

作者:互联网

我的报错信息:

============================
CONDITIONS EVALUATION REPORT
============================


Positive matches:
-----------------

   CodecsAutoConfiguration matched:
      - @ConditionalOnClass found required class 'org.springframework.http.codec.CodecConfigurer'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition)

   CodecsAutoConfiguration.JacksonCodecConfiguration matched:
      - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition)

可以参考如下文章解决:

springboot2启动信息去除CONDITIONS EVALUATION REPORT后引发的思考
文章地址:https://blog.csdn.net/kingwinstar/article/details/107341632?spm=1001.2101.3001.6650.4&utm_medium=distribute.pc_relevant.none-task-blog-2~default~CTRLIST~default-4.pc_relevant_default&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2~default~CTRLIST~default-4.pc_relevant_default&utm_relevant_index=7

标签:relevant,springboot,pc,matches,EVALUATION,default,REPORT,CONDITIONS,class
来源: https://www.cnblogs.com/qipaoxian/p/15805769.html