工程启动报错

我这个报错是用为数据库连接报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 (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

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

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

Bean X of type X is not eligible for getting processed by all BeanPostProcessors相关推荐

  1. 【小家Spring】注意BeanPostProcessor启动时对依赖Bean的“误伤”陷阱(is not eligible for getting processed by all...)

    每篇一句 祝大家五一国际劳动节快乐~你是在快乐的撸码,还是在快乐的浪呢? 本文已被https://yourbatman.cn收录:程序员专用网盘https://wangpan.yourbatman.c ...

  2. Shiro--解决is not eligible for getting processed by all BeanPostProcessors

    原文网址:Shiro--解决is not eligible for getting processed by all BeanPostProcessors_IT利刃出鞘的博客-CSDN博客 简介 说明 ...

  3. SpringBoot项目启动失败: is not eligible for getting processed by all BeanPostProcessors (for example: not)

    SpringBoot项目启动失败报错: ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$f4a94db ...

  4. is not eligible for getting processed by all BeanPostProcessors 导致找不到路径报404

    今天复制一个相同的项目,在这个项目的基础上重新修改后, 启动一切正常: 但是用postman连接时,一直报404: 在打开其他项目尝试连接后,发现并不是server配置的问题,然后我仔细看日志,发现: ...

  5. 排查not eligible for getting processed by all BeanPostProcessors

    前言 上一篇文章我们聊了一下自定义实现的SPI如何与spring进行整合,但其实在实现的过程中有个小细节,就是原先我们的SPI是带了拦截器功能,(ps:对如何实现一个带拦截器的SPI感兴趣的朋友,可以 ...

  6. 解决:is not eligible for getting processed by all BeanPostProcessors

    文章目录 问题描述 分析 总结 解决 方案1:延迟初始化 方案2:@Role(BeanDefinition.ROLE_INFRASTRUCTURE) 参考 问题描述 SpringBoot项目整合Shi ...

  7. 死磕源码系列【springboot项目打印is not eligible for getting processed by all BeanPostProcessors (for example: n

    标题上打印的日志是info级别的,不影响程序正常使用,但是有代码洁癖的我还是看着不爽,总想找出问题所在,查了很久知道了是IOC容器注册Bean的时候使用到了还未注册到IOC容器中的Bean,也就是某一 ...

  8. is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for

    springboot项目创建常见问题(持续更新!) https://blog.csdn.net/libusi001/article/details/97267365 Bean 'org.springf ...

  9. is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-

    springboot项目创建常见问题(持续更新!) springboot项目创建常见问题(建议收藏!!!) 目录 一.报错信息 二.信息解析 三.解决方法 四.其他解决方案 一.报错信息 Bean ' ...

最新文章

  1. MySQL创建视图的语法格式
  2. php的array跟go的array,实现类似php的array_column方法
  3. Vector的简单使用
  4. [浏览器]Apple之Safari 5.0.4
  5. Linux利用PROMPT_COMMAND实现审计功能
  6. JUnit4常用的注解
  7. [转]基于Storm的实时数据处理方案
  8. c#解析json字符串数组_c#解析json字符串处理(最清晰易懂的方法)
  9. java区块作用域_ES6-let、const和块级作用域
  10. Why do people love certain websites and web products?
  11. Linux分享笔记:查看帮助命令 常用系统工作命令
  12. 在centos系统上安装python
  13. 《一网打尽:贝佐斯与亚马逊时代》的推荐及推荐书单
  14. Android音频子系统(十二)------抖音直播功耗问题解析
  15. 小白学STM32——跑马灯库函数版本
  16. 缺陷定位之路在何方?论文阅读:Revisiting the practical use of automated software fault localization techniques
  17. 月亮私房菜——秘制辣椒油!让你辣得够味!辣得过瘾!
  18. java 并发xmind_多线程+高并发+操作系统+网络+基础+调优+源码等xmind图整理好了
  19. C++版本OpenCv教程(四十二)霍夫变换原理及直线检测
  20. QTabWidget

热门文章

  1. jQuery筛选-文档处理
  2. 幻想一夜暴富 “彩民”变“赌徒”
  3. 系统备份(ghost工具)
  4. 什么是电磁兼容EMC共模干扰与差模干扰,如何抑制?
  5. 现代控制—状态反馈极点配置函数(计算反馈增益k)
  6. seurattogiotto中的python环境设置
  7. 今年大火的元宇宙,到底是什么?
  8. form layui vue 和_vue和layui一起用好用吗?
  9. 好文:「大搜车」凭什么获得阿里如此青睐?
  10. 科研利器scholarscope