baomidou / dynamic-datasource

dynamic datasource for springboot 多数据源 动态数据源 主从分离 读写分离 分布式事务
https://www.kancloud.cn/tracy5546/dynamic-datasource/2264611
Apache License 2.0
4.76k stars 1.2k forks source link

升级到spring-boot 3.2.x 后,应用程序启动时会打印警告信息 #611

Closed ldcsaa closed 11 months ago

ldcsaa commented 11 months ago

Enviroment

JDK Version(required): 17

SpringBoot Version(required): 3.2.1

dynamic-datasource-spring-boot-starter Version(required): 4.2.0

druid Version(optional): 1.2.20

Describe what happened

升级到spring-boot 3.2.x 后,应用程序启动时会打印警告以下信息。
感觉与dynamic-datasource有关,麻烦排查一下。

(注:spring-boot 3.1.x 也有这些警告信息,但它的日志级别是INFO,所以没有留意。)

... ...
2023-12-29 15:39:54.419 INFO  [main] o.s.c.context.scope.GenericScope#setSerializationId(L:282) -> BeanFactory id=35ebe22c-8ced-33c5-a007-94fa0cc3b15a
2023-12-29 15:39:55.254 INFO  [main] o.a.d.common.logger.log4j2.Log4j2Logger#info(L:61) ->  [DUBBO] class org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor was destroying!, dubbo version: 3.2.10, current host: 192.168.56.1
2023-12-29 15:39:55.359 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'io.github.hpsocket.soa.starter.data.mysql.config.SoaGlobalTransactionConfig' of type [io.github.hpsocket.soa.starter.data.mysql.config.SoaGlobalTransactionConfig] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:55.593 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'io.github.hpsocket.soa.starter.data.mysql.config.SoaDataSourceConfig' of type [io.github.hpsocket.soa.starter.data.mysql.config.SoaDataSourceConfig] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:55.627 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:55.637 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:55.644 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1106/0x00000008014f6858] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:55.667 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:55.709 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:55.730 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAssistConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAssistConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:55.751 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceCreatorAutoConfiguration$HikariDataSourceCreatorConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceCreatorAutoConfiguration$HikariDataSourceCreatorConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:55.765 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'hikariDataSourceCreator' of type [com.baomidou.dynamic.datasource.creator.hikaricp.HikariDataSourceCreator] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:55.774 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceCreatorAutoConfiguration$DruidDataSourceCreatorConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceCreatorAutoConfiguration$DruidDataSourceCreatorConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:55.799 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'druidDataSourceCreator' of type [com.baomidou.dynamic.datasource.creator.druid.DruidDataSourceCreator] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:55.810 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceCreatorAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceCreatorAutoConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:55.824 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'basicDataSourceCreator' of type [com.baomidou.dynamic.datasource.creator.basic.BasicDataSourceCreator] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:55.834 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'jndiDataSourceCreator' of type [com.baomidou.dynamic.datasource.creator.jndi.JndiDataSourceCreator] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:55.850 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'dataSourceInitEvent' of type [com.baomidou.dynamic.datasource.event.EncDataSourceInitEvent] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:55.858 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'dataSourceCreator' of type [com.baomidou.dynamic.datasource.creator.DefaultDataSourceCreator] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:55.867 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'ymlDynamicDataSourceProvider' of type [com.baomidou.dynamic.datasource.provider.YmlDynamicDataSourceProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:56.626 INFO  [main] c.a.d.pool.DruidDataSource#init(L:1009) -> {dataSource-1,master} inited
2023-12-29 15:39:56.695 INFO  [main] c.a.d.pool.DruidDataSource#init(L:1009) -> {dataSource-2,slave_01} inited
2023-12-29 15:39:56.762 INFO  [main] c.a.d.pool.DruidDataSource#init(L:1009) -> {dataSource-3,slave_02} inited
2023-12-29 15:39:56.764 INFO  [main] c.b.d.datasource.DynamicRoutingDataSource#addDataSource(L:160) -> dynamic-datasource - add a datasource named [slave_01] success
2023-12-29 15:39:56.764 INFO  [main] c.b.d.datasource.DynamicRoutingDataSource#addDataSource(L:160) -> dynamic-datasource - add a datasource named [slave_02] success
2023-12-29 15:39:56.764 INFO  [main] c.b.d.datasource.DynamicRoutingDataSource#addDataSource(L:160) -> dynamic-datasource - add a datasource named [master] success
2023-12-29 15:39:56.764 INFO  [main] c.b.d.datasource.DynamicRoutingDataSource#afterPropertiesSet(L:243) -> dynamic-datasource initial loaded [3] datasource,primary datasource named [master]
2023-12-29 15:39:56.764 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'dynamicRoutingDataSource' of type [com.baomidou.dynamic.datasource.DynamicRoutingDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:56.798 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'dynamicRoutingTransactionManager' of type [org.springframework.jdbc.support.JdbcTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:56.826 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'soaTransactionAttributeSourceNameMapProvider' of type [io.github.hpsocket.soa.starter.data.mysql.config.SoaGlobalTransactionConfig$1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:56.837 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'requiredRuleBasedTransactionAttribute' of type [org.springframework.transaction.interceptor.RuleBasedTransactionAttribute] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:56.853 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'readOnlyRuleBasedTransactionAttribute' of type [org.springframework.transaction.interceptor.RuleBasedTransactionAttribute] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:56.859 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'dynamicRoutingTransactionAdvice' of type [org.springframework.transaction.interceptor.TransactionInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:56.860 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'dynamicRoutingTransactionAdvisor' of type [org.springframework.aop.support.DefaultPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:56.862 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:56.889 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsJakartaHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2023-12-29 15:39:58.687 INFO  [main] o.s.b.web.embedded.tomcat.TomcatWebServer#initialize(L:109) -> Tomcat initialized with port 9010 (http)
2023-12-29 15:39:58.705 INFO  [main] o.a.j.logging.DirectJDKLog#log(L:173) -> Initializing ProtocolHandler ["http-nio-9010"]
2023-12-29 15:39:58.708 INFO  [main] o.a.j.logging.DirectJDKLog#log(L:173) -> Starting service [Tomcat]
2023-12-29 15:39:58.708 INFO  [main] o.a.j.logging.DirectJDKLog#log(L:173) -> Starting Servlet engine: [Apache Tomcat/10.1.17]
... ...

不出现警告。

出现警告。

Steps to reproduce

huayanYu commented 11 months ago

4.3.0

ldcsaa commented 11 months ago

@huayanYu 升级到 4.3.0 后,问题还是存在~~

2024-01-04 14:27:31.958 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'io.github.hpsocket.soa.starter.data.mysql.config.SoaGlobalTransactionConfig' of type [io.github.hpsocket.soa.starter.data.mysql.config.SoaGlobalTransactionConfig] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-01-04 14:27:32.133 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'io.github.hpsocket.soa.starter.data.mysql.config.SoaDataSourceConfig' of type [io.github.hpsocket.soa.starter.data.mysql.config.SoaDataSourceConfig] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-01-04 14:27:32.151 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-01-04 14:27:32.158 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-01-04 14:27:32.163 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$1106/0x00000008014fdc70] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-01-04 14:27:32.174 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-01-04 14:27:32.216 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAssistConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAssistConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-01-04 14:27:32.229 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceCreatorAutoConfiguration$HikariDataSourceCreatorConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceCreatorAutoConfiguration$HikariDataSourceCreatorConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-01-04 14:27:32.237 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'hikariDataSourceCreator' of type [com.baomidou.dynamic.datasource.creator.hikaricp.HikariDataSourceCreator] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-01-04 14:27:32.243 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceCreatorAutoConfiguration$DruidDataSourceCreatorConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceCreatorAutoConfiguration$DruidDataSourceCreatorConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-01-04 14:27:32.260 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'druidDataSourceCreator' of type [com.baomidou.dynamic.datasource.creator.druid.DruidDataSourceCreator] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-01-04 14:27:32.265 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceCreatorAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceCreatorAutoConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-01-04 14:27:32.274 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'basicDataSourceCreator' of type [com.baomidou.dynamic.datasource.creator.basic.BasicDataSourceCreator] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-01-04 14:27:32.277 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'jndiDataSourceCreator' of type [com.baomidou.dynamic.datasource.creator.jndi.JndiDataSourceCreator] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-01-04 14:27:32.287 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'dataSourceInitEvent' of type [com.baomidou.dynamic.datasource.event.EncDataSourceInitEvent] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-01-04 14:27:32.292 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'dataSourceCreator' of type [com.baomidou.dynamic.datasource.creator.DefaultDataSourceCreator] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-01-04 14:27:32.299 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'ymlDynamicDataSourceProvider' of type [com.baomidou.dynamic.datasource.provider.YmlDynamicDataSourceProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-01-04 14:27:32.642 INFO  [main] c.a.d.pool.DruidDataSource#init(L:1007) -> {dataSource-1,master} inited
2024-01-04 14:27:32.679 INFO  [main] c.a.d.pool.DruidDataSource#init(L:1007) -> {dataSource-2,slave_01} inited
2024-01-04 14:27:32.714 INFO  [main] c.a.d.pool.DruidDataSource#init(L:1007) -> {dataSource-3,slave_02} inited
2024-01-04 14:27:32.716 INFO  [main] c.b.d.datasource.DynamicRoutingDataSource#addDataSource(L:158) -> dynamic-datasource - add a datasource named [slave_01] success
2024-01-04 14:27:32.716 INFO  [main] c.b.d.datasource.DynamicRoutingDataSource#addDataSource(L:158) -> dynamic-datasource - add a datasource named [slave_02] success
2024-01-04 14:27:32.716 INFO  [main] c.b.d.datasource.DynamicRoutingDataSource#addDataSource(L:158) -> dynamic-datasource - add a datasource named [master] success
2024-01-04 14:27:32.716 INFO  [main] c.b.d.datasource.DynamicRoutingDataSource#afterPropertiesSet(L:241) -> dynamic-datasource initial loaded [3] datasource,primary datasource named [master]
2024-01-04 14:27:32.716 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'dynamicRoutingDataSource' of type [com.baomidou.dynamic.datasource.DynamicRoutingDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-01-04 14:27:32.743 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'dynamicRoutingTransactionManager' of type [org.springframework.jdbc.support.JdbcTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-01-04 14:27:32.779 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'soaTransactionAttributeSourceNameMapProvider' of type [io.github.hpsocket.soa.starter.data.mysql.config.SoaGlobalTransactionConfig$1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-01-04 14:27:32.789 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'requiredRuleBasedTransactionAttribute' of type [org.springframework.transaction.interceptor.RuleBasedTransactionAttribute] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-01-04 14:27:32.805 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'readOnlyRuleBasedTransactionAttribute' of type [org.springframework.transaction.interceptor.RuleBasedTransactionAttribute] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-01-04 14:27:32.810 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'dynamicRoutingTransactionAdvice' of type [org.springframework.transaction.interceptor.TransactionInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-01-04 14:27:32.811 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'dynamicRoutingTransactionAdvisor' of type [org.springframework.aop.support.DefaultPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
2024-01-04 14:27:32.812 WARN  [main] o.s.c.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker#postProcessAfterInitialization(L:437) -> Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected into a currently created BeanPostProcessor [meterRegistryPostProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies.
huayanYu commented 10 months ago

meterRegistryPostProcessor ??

SunnySideCoder commented 6 months ago

@SpringBootApplication(exclude = SpringDataWebAutoConfiguration.class) 试试