您的位置:首页 > 编程语言 > PHP开发

Bean X of type X is not eligible for getting processed by all BeanPostProcessors

2020-06-29 04:55 2211 查看

工程启动报错


我这个报错是用为数据库连接报2013错误,以下记录报错与思路。
报错:

2020-06-15 09:35:59.786 [TID: N/A]  INFO 10148 --- [           main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@59e32960: startup date [Mon Jun 15 09:35:59 CST 2020]; root of context hierarchy
2020-06-15 09:35:59.944 [TID: N/A]  INFO 10148 --- [           main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2020-06-15 09:35:59.976 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$cee4ddf2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
______
/ __  /_____ ____   ____   ____ _
/ /_/ // ___// __ \ / __ \ / __ `/
/ ____// /   / /_/ // / / // /_/ /
/_/    /_/    \____//_/ /_/ \__, /
/____/
:: Spring Boot ::        (v1.5.7.RELEASE)
:: SW       ::        (SW-FRONT)
2020-06-15 09:36:00.358 [TID: N/A]  INFO 10148 --- [           main] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at: http://localhost:8888
2020-06-15 09:36:01.414 [TID: N/A]  WARN 10148 --- [           main] c.c.c.ConfigServicePropertySourceLocator : Could not locate PropertySource: I/O error on GET request for "http://localhost:8888/xiaodaiyun-front/oauth2-client,dev": Connection refused: connect; nested exception is java.net.ConnectException: Connection refused: connect
2020-06-15 09:36:01.416 [TID: N/A]  INFO 10148 --- [           main] cn.com.git.nfcfront.NfcFrontApplication  : The following profiles are active: oauth2-client,dev
2020-06-15 09:36:01.445 [TID: N/A]  INFO 10148 --- [           main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@3d98d138: startup date [Mon Jun 15 09:36:01 CST 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@59e32960
2020-06-15 09:36:02.931 [TID: N/A]  INFO 10148 --- [           main] o.s.b.f.s.DefaultListableBeanFactory     : Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [org.springframework.aop.scope.ScopedProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in BeanDefinition defined in class path resource [io/prong/boot/mybatis/config/DuridDataSourceConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=true; factoryBeanName=dynamicDataSourceConfig; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [cn/com/git/nfcfront/datasources/DynamicDataSourceConfig.class]]
2020-06-15 09:36:02.935 [TID: N/A]  INFO 10148 --- [           main] o.s.b.f.s.DefaultListableBeanFactory     : Overriding bean definition for bean 'performanceInterceptor' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=mybatisConfig; factoryMethodName=performanceInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [io/prong/boot/mybatis/mybatis/MybatisConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=nfcFrontApplication; factoryMethodName=performanceInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in cn.com.git.nfcfront.NfcFrontApplication]
2020-06-15 09:36:03.229 [TID: N/A]  INFO 10148 --- [           main] o.s.b.f.s.DefaultListableBeanFactory     : Overriding bean definition for bean 'druidDataSourcePoolMetadataProvider' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=duridDataSourceConfig; factoryMethodName=druidDataSourcePoolMetadataProvider; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [io/prong/boot/mybatis/config/DuridDataSourceConfig.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure; factoryMethodName=druidDataSourcePoolMetadataProvider; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/alibaba/druid/spring/boot/autoconfigure/DruidDataSourceAutoConfigure.class]]
2020-06-15 09:36:03.320 [TID: N/A]  INFO 10148 --- [           main] o.s.b.f.s.DefaultListableBeanFactory     : Overriding bean definition for bean 'redisTemplate' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=redisConfig; factoryMethodName=redisTemplate; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [cn/com/git/nfcfront/config/RedisConfig.class]] with [Root bean: class [org.springframework.aop.scope.ScopedProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in BeanDefinition defined in class path resource [io/prong/autoconfigure/redis/CustomRedisConfiguration.class]]
2020-06-15 09:36:03.467 [TID: N/A]  INFO 10148 --- [           main] o.s.i.config.IntegrationRegistrar        : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2020-06-15 09:36:03.538 [TID: N/A]  INFO 10148 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2020-06-15 09:36:03.996 [TID: N/A]  INFO 10148 --- [           main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=b8d64374-33f2-3ee3-9304-2447c61741b7
2020-06-15 09:36:04.014 [TID: N/A]  INFO 10148 --- [           main] faultConfiguringBeanFactoryPostProcessor : No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2020-06-15 09:36:04.017 [TID: N/A]  INFO 10148 --- [           main] faultConfiguringBeanFactoryPostProcessor : No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created.
2020-06-15 09:36:04.027 [TID: N/A]  INFO 10148 --- [           main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2020-06-15 09:36:04.044 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [cn.com.git.nfcfront.config.ShiroConfig$$EnhancerBySpringCGLIB$$1ac11885] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.082 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.prong.autoconfigure.log.feign.IRequestInfoService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.083 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.prong.autoconfigure.log.feign.IExceptionInfoService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.084 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.prong.autoconfigure.auth.feign.IOauth2TokenService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.084 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.prong.autoconfigure.auth.feign.MicroTokenService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.085 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.prong.boot.platform.feign.IMenuService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.086 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.prong.boot.platform.feign.ITagService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.086 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.prong.boot.platform.feign.ITenantService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.087 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.prong.boot.platform.feign.IAreaService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.088 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.prong.boot.platform.feign.IOauthClientDetailService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.088 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.prong.boot.platform.feign.IUserService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.089 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.prong.boot.platform.feign.ILoginService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.089 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.prong.boot.platform.feign.ISysRoleService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.090 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.prong.boot.platform.feign.IFrontApplicationService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.090 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.prong.boot.platform.feign.ISmsValidateCodeService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.091 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.prong.boot.platform.feign.IBusinessNumService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.092 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.prong.boot.platform.feign.IOrgService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.093 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.prong.boot.platform.feign.IDictService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.094 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.prong.boot.platform.feign.IReportConfigService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.094 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.prong.boot.platform.feign.INotifyMessageService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.095 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.prong.boot.platform.feign.IBpmGroupService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.096 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.prong.boot.platform.feign.IOpenapiConfigService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.096 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.prong.autoconfigure.upload.feign.IFileInfoService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.097 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.shuweicloud.starter.product.feign.IProductRiskControlService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.097 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.shuweicloud.starter.contract.feign.IAppContractService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.098 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.shuweicloud.starter.openapi.feign.IOpenApiLoanApplyInfoService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.099 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.shuweicloud.starter.openapi.feign.IOpenApiLoanRepayService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.099 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.shuweicloud.starter.riskrule.feign.IRiskruleService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.100 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.shuweicloud.starter.riskrule.feign.IRiskStatusService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.100 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'cn.com.shuweicloud.starter.product.feign.IProductService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.101 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'cn.com.shuweicloud.starter.contract.feign.IContractInfoService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.101 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'cn.com.shuweicloud.starter.contract.feign.ILoanService' of type [org.springframework.cloud.netflix.feign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.163 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$$EnhancerBySpringCGLIB$$b30732ea] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.172 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.243 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'mybatis-plus-com.baomidou.mybatisplus.spring.boot.starter.MybatisPlusProperties' of type [com.baomidou.mybatisplus.spring.boot.starter.MybatisPlusProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.253 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'nfcFrontApplication' of type [cn.com.git.nfcfront.NfcFrontApplication$$EnhancerBySpringCGLIB$$faf0d1a8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.259 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'performanceInterceptor' of type [com.baomidou.mybatisplus.plugins.PerformanceInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.285 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'prong.multTenant-io.prong.boot.mybatis.multenant.ProngMultTenantConfigProperties' of type [io.prong.boot.mybatis.multenant.ProngMultTenantConfigProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.286 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'prongMultTenantConfig' of type [io.prong.boot.mybatis.multenant.ProngMultTenantConfig$$EnhancerBySpringCGLIB$$bb807bb5] is not eligible for getting processed by all BeanPostProcessors (
4000
for example: not eligible for auto-proxying)
2020-06-15 09:36:04.292 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'getProngMultTenantInterceptor' of type [io.prong.boot.mybatis.multenant.ProngMultTenantInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.296 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'mybatisPlusConfig' of type [cn.com.git.nfcfront.config.MybatisPlusConfig$$EnhancerBySpringCGLIB$$21f2921] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.301 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'paginationInterceptor' of type [com.baomidou.mybatisplus.plugins.PaginationInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.311 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.baomidou.mybatisplus.spring.boot.starter.MybatisPlusAutoConfiguration' of type [com.baomidou.mybatisplus.spring.boot.starter.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$6a7952] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.318 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'dynamicDataSourceConfig' of type [cn.com.git.nfcfront.datasources.DynamicDataSourceConfig$$EnhancerBySpringCGLIB$$8166523c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.393 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.401 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.druid.spring.boot.autoconfigure.stat.DruidFilterConfiguration' of type [com.alibaba.druid.spring.boot.autoconfigure.stat.DruidFilterConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.570 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'statFilter' of type [com.alibaba.druid.filter.stat.StatFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.584 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'io.prong.boot.mybatis.ProngMybatisAutoConfig' of type [io.prong.boot.mybatis.ProngMybatisAutoConfig$$EnhancerBySpringCGLIB$$891a32ff] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:04.714 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'slf4jLogFilter' of type [io.prong.boot.mybatis.log.CustomSlf4jLogFilter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:05.412 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'firstDataSource' of type [com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceWrapper] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:06.123 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'secondDataSource' of type [com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceWrapper] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-06-15 09:36:06.129 [TID: N/A]  INFO 10148 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'dataSource' of type [cn.com.git.nfcfront.datasources.DynamicDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

问题解决:

1.根据描述,查看数据库配置文件,确认数据库配置文件正确
2.确认数据库连接是否成功,数据库连接失败,并报错2013
3.数据库连接报错2013的原因是:MySQL开启了DNS的反向解析功能,这样MySQL对连接的客户端会进行DNS主机名查找
4.确认数据库地址账号密码正确性,均正确
5.数据库地址没问题,就要考虑数据库的服务是否出问题。如果是本地就在本地的数据库配置文件
[mysqld] 下添加skip-name-resolve

如果是公司的,一般是部署到云上的,所以就要确认一下云上的服务是否出错
我这个问题,就是云上的服务报错,所导致的问题
处理完服务报错问题,程序可正常。

愿你成为太阳,收下向日葵

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐