码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2020-02-01 16:40:21      阅读:357      评论:0      收藏:0      [点我收藏+]

标签:开启   weave   pos   config   表示   proxy   condition   prope   color   

===========================
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开启自动配置类报告

标签:开启   weave   pos   config   表示   proxy   condition   prope   color   

原文地址:https://www.cnblogs.com/xiximayou/p/12248526.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!