Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. ============================
  2. CONDITIONS EVALUATION REPORT
  3. ============================
  4.  
  5.  
  6. Positive matches:
  7. -----------------
  8.  
  9. AopAutoConfiguration matched:
  10. - @ConditionalOnClass found required classes 'org.springframework.context.annotation.EnableAspectJAutoProxy', 'org.aspectj.lang.annotation.Aspect', 'org.aspectj.lang.reflect.Advice', 'org.aspectj.weaver.AnnotatedElement'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition)
  11. - @ConditionalOnProperty (spring.aop.auto=true) matched (OnPropertyCondition)
  12.  
  13. AopAutoConfiguration.CglibAutoProxyConfiguration matched:
  14. - @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition)
  15.  
  16. CacheAutoConfiguration matched:
  17. - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition)
  18. - @ConditionalOnBean (types: org.springframework.cache.interceptor.CacheAspectSupport; SearchStrategy: all) found bean 'cacheInterceptor'; @ConditionalOnMissingBean (names: cacheResolver; types: org.springframework.cache.CacheManager; SearchStrategy: all) did not find any beans (OnBeanCondition)
  19.  
  20. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement