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

2022/1/14 23:06:41

本文主要是介绍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



这篇关于springboot启动日志信息 CONDITIONS EVALUATION REPORT Positive matches: -----------------的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程