springboot启动报错

2019-12-02 10:46:24.945  INFO 6124 --- [           main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@18078bef: startup date [Mon Dec 02 10:46:24 CST 2019]; root of context hierarchy

2019-12-02 10:46:26.266  INFO 6124 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfiguration' of type [com.me.bbs.config.ShiroConfiguration$$EnhancerBySpringCGLIB$$95647dce] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

2019-12-02 10:46:26.359  INFO 6124 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'getHashedCredentialsMatcher' of type [org.apache.shiro.authc.credential.HashedCredentialsMatcher] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

2019-12-02 10:46:26.388  INFO 6124 --- [           main] org.apache.shiro.realm.AuthorizingRealm  : No cache or cacheManager properties have been set.  Authorization cache cannot be obtained.

2019-12-02 10:46:26.388  INFO 6124 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroRealm' of type [com.me.bbs.realm.ShiroRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

2019-12-02 10:46:26.399  INFO 6124 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

>>>>>>>>>>>>>>>>

2019-12-02 10:46:26.441  INFO 6124 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$9f3311fc] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

2019-12-02 10:46:26.457  INFO 6124 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)


qq_慕虎7582543
浏览 1334回答 2
2回答

weixin_慕用8305967

错误貌似不全
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Java