Smith-Cruise / Spring-Boot-Shiro

Shiro基于SpringBoot +JWT搭建简单的restful服务
1.64k stars 504 forks source link

一大堆错误,肿么办? #59

Closed tiger8888 closed 4 years ago

tiger8888 commented 4 years ago

2019-11-21 20:33:19.207 INFO 38230 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [org.inlighting.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$b289dfeb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2019-11-21 20:33:19.552 INFO 38230 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'userService' of type [org.inlighting.database.UserService] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2019-11-21 20:33:19.556 INFO 38230 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'myRealm' of type [org.inlighting.shiro.MyRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2019-11-21 20:33:20.193 INFO 38230 --- [ 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-11-21 20:33:20.455 INFO 38230 --- [ 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)

Smith-Cruise commented 4 years ago

请问是完全clone我的项目吗