sentinel和zipkin均失效,报错如下
2024-01-19 19:57:20.314 INFO [gulimall-search] 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.cloud.sentinel-com.alibaba.cloud.sentinel.SentinelProperties' of type [com.alibaba.cloud.sentinel.SentinelProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-19 19:57:20.623 INFO [gulimall-search] 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.cloud.sentinel.custom.SentinelAutoConfiguration' of type [com.alibaba.cloud.sentinel.custom.SentinelAutoConfiguration$$EnhancerBySpringCGLIB$$8f455301] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-01-19 19:57:20.727 INFO [gulimall-search] 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$87b7e821] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

大概的意思是“无法自动代理”,开发环境下没有报错,使用正常
依赖如下

