求问,新手刚学springboot,项目出现这问题
spring吧
全部回复
仅看楼主
level 1
sangdonan 楼主
[INFO ] 2018-09-26 11:37:00,821 method:org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization(PostProcessorRegistrationDelegate.java:326)
Bean 'roleMenuRelationMapper' of type [com.sun.proxy.$Proxy67] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[INFO ] 2018-09-26 11:37:00,822 method:org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization(PostProcessorRegistrationDelegate.java:326)
Bean 'roleServiceImpl' of type [com.springboot.demo.service.Impl.RoleServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[INFO ] 2018-09-26 11:37:00,827 method:org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker.postProcessAfterInitialization(PostProcessorRegistrationDelegate.java:326)
Bean 'menuMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
控制台输出,对项目有影响吗?为什么会出现这个问题
2018年09月26日 03点09分 1
1