is not eligible for getting processed by all BeanPostProcessors 问题解决

发布时间 2023-12-09 12:31:34作者: Frodo1124

问题

在做 Springboot 项目时遇到如下报错

18.684 INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:350  restartedMain                    Bean 'org.apache.rocketmq.spring.autoconfigure.RocketMQAutoConfiguration' of type [org.apache.rocketmq.spring.autoconfigure.RocketMQAutoConfiguration$$EnhancerBySpringCGLIB$$a367c5e4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
18.691 INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:350  restartedMain                    Bean 'rocketmq-org.apache.rocketmq.spring.autoconfigure.RocketMQProperties' of type [org.apache.rocketmq.spring.autoconfigure.RocketMQProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
19.339 INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:350  restartedMain                    Bean 'defaultMQProducer' of type [org.apache.rocketmq.client.producer.DefaultMQProducer] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
19.340 INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:350  restartedMain                    Bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration' of type [org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
19.341 INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:350  restartedMain                    Bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' of type [org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

原因

解决