springboot配置之在配置文件中配置debug=true开启自动配置类报告

Posted 西西嘛呦

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot配置之在配置文件中配置debug=true开启自动配置类报告相关的知识,希望对你有一定的参考价值。

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


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

   AopAutoConfiguration matched:
      - @ConditionalOnProperty (spring.aop.auto=true) matched (OnPropertyCondition)

   AopAutoConfiguration.ClassProxyingConfiguration matched:
      - @ConditionalOnMissingClass did not find unwanted class ‘org.aspectj.weaver.Advice‘ (OnClassCondition)
      - @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition)

   DispatcherServletAutoConfiguration matched:
      - @ConditionalOnClass found required class ‘org.springframework.web.servlet.DispatcherServlet‘ (OnClassCondition)
      - found ‘session‘ scope (OnWebApplicationCondition)

   DispatcherServletAutoConfiguration.DispatcherServletConfiguration matched:
      - @ConditionalOnClass found required class ‘javax.servlet.ServletRegistration‘ (OnClassCondition)
      - Default DispatcherServlet did not find dispatcher servlet beans (DispatcherServletAutoConfiguration.DefaultDispatcherServletCondition)

。。。。。。

Negative matches:
-----------------

   ActiveMQAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class ‘javax.jms.ConnectionFactory‘ (OnClassCondition)

   AopAutoConfiguration.AspectJAutoProxyingConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class ‘org.aspectj.weaver.Advice‘ (OnClassCondition)

   ArtemisAutoConfiguration:
      Did not match:
         - @ConditionalOnClass did not find required class ‘javax.jms.ConnectionFactory‘ (OnClassCondition)
。。。。。。

Positive matches表示生效的自动配置类。

以上是关于springboot配置之在配置文件中配置debug=true开启自动配置类报告的主要内容,如果未能解决你的问题,请参考以下文章

再谈GraphQL之在spring boot项目中快速应用

[kubernetes] 交付dubbo之在jenkins配置多jre版本的maven

spring之在配置Bean时如何关联不同的Bean

Golang之在centos7 上 安装配置Go

VS2015--win32工程配置的一些想法之在 Visual Studio 2015 中进行调试的同时分析性能

VS2015--win32project配置的一些想法之在 Visual Studio 2015 中进行调试的同一时候分析性能