在springboot3.3.5中使用jetcache-starter-redis:2.7.7有警告 #946
Unanswered
MAOTIANSHAN
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bean 'com.alicp.jetcache.anno.config.JetCacheProxyConfiguration' of type [com.alicp.jetcache.anno.config.JetCacheProxyConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying).
Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [meterRegistryPostProcessor]?
Check the corresponding BeanPostProcessor declaration and its dependencies/advisors.
If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
Bean 'com.alicp.jetcache.anno.config.CommonConfiguration' of type [com.alicp.jetcache.anno.config.CommonConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying).
Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [meterRegistryPostProcessor]?
Check the corresponding BeanPostProcessor declaration and its dependencies/advisors.
If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
Beta Was this translation helpful? Give feedback.
All reactions