2024-10-21 18:32:21.924 |  INFO 143016 | main [TID: N/A] c.i.y.module.base.BaseServerApplication  | Starting BaseServerApplication using Java 17.0.9 on pch-PC with PID 143016 (/home/pch/xiangmu/yudao_cloud/yudao-cloud-master/yudao-module-base/yudao-module-base-biz/target/classes started by pch in /home/pch/xiangmu/yudao_cloud/yudao-cloud-master) 2024-10-21 18:32:21.929 |  INFO 143016 | main [TID: N/A] c.i.y.module.base.BaseServerApplication  | The following 1 profile is active: "local" 2024-10-21 18:32:22.142 |  WARN 143016 | main [TID: N/A] c.a.c.n.c.NacosConfigDataLoader  | [Nacos Config] config[dataId=base-server-local.yaml, group=DEFAULT_GROUP] is empty 2024-10-21 18:32:22.793 |  WARN 143016 | main [TID: N/A] ConfigServletWebServerApplicationContext | Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.support.BeanDefinitionOverrideException: Invalid bean definition with name 'infra-server.FeignClientSpecification' defined in null: Cannot register bean definition [Generic bean: class [org.springframework.cloud.openfeign.FeignClientSpecification]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] for bean 'infra-server.FeignClientSpecification': There is already [Generic bean: class [org.springframework.cloud.openfeign.FeignClientSpecification]; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] bound. 2024-10-21 18:32:22.804 |  INFO 143016 | main [TID: N/A] ConditionEvaluationReportLoggingListener | Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2024-10-21 18:32:22.818 | ERROR 143016 | main [TID: N/A] o.s.b.d.LoggingFailureAnalysisReporter  | *************************** APPLICATION FAILED TO START *************************** Description: The bean 'infra-server.FeignClientSpecification' could not be registered. A bean with that name has already been defined and overriding is disabled. Action: Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true 2024-10-21 18:32:22.819 |  WARN 143016 | Thread-1 [TID: N/A] c.a.n.common.http.HttpClientBeanHolder  | [HttpClientBeanHolder] Start destroying common HttpClient 2024-10-21 18:32:22.819 |  WARN 143016 | Thread-6 [TID: N/A] c.a.nacos.common.notify.NotifyCenter  | [NotifyCenter] Start destroying Publisher 2024-10-21 18:32:22.819 |  WARN 143016 | Thread-6 [TID: N/A] c.a.nacos.common.notify.NotifyCenter  | [NotifyCenter] Destruction of the end 2024-10-21 18:32:22.819 |  WARN 143016 | Thread-1 [TID: N/A] c.a.n.common.http.HttpClientBeanHolder  | [HttpClientBeanHolder] Destruction of the end 2024-10-21 18:34:00.840 |  INFO 143462 | main [TID: N/A] c.i.y.module.base.BaseServerApplication  | Starting BaseServerApplication using Java 17.0.9 on pch-PC with PID 143462 (/home/pch/xiangmu/yudao_cloud/yudao-cloud-master/yudao-module-base/yudao-module-base-biz/target/classes started by pch in /home/pch/xiangmu/yudao_cloud/yudao-cloud-master) 2024-10-21 18:34:00.842 |  INFO 143462 | main [TID: N/A] c.i.y.module.base.BaseServerApplication  | The following 1 profile is active: "local" 2024-10-21 18:34:01.031 |  WARN 143462 | main [TID: N/A] c.a.c.n.c.NacosConfigDataLoader  | [Nacos Config] config[dataId=base-server-local.yaml, group=DEFAULT_GROUP] is empty 2024-10-21 18:34:01.996 |  INFO 143462 | main [TID: N/A] .s.d.r.c.RepositoryConfigurationDelegate | Multiple Spring Data modules found, entering strict repository configuration mode 2024-10-21 18:34:01.999 |  INFO 143462 | main [TID: N/A] .s.d.r.c.RepositoryConfigurationDelegate | Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2024-10-21 18:34:02.017 |  INFO 143462 | main [TID: N/A] .s.d.r.c.RepositoryConfigurationDelegate | Finished Spring Data repository scanning in 4 ms. Found 0 Redis repository interfaces. 2024-10-21 18:34:02.171 |  WARN 143462 | main [TID: N/A] ConfigServletWebServerApplicationContext | Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'cn.iocoder.yudao.framework.mybatis.config.YudaoMybatisAutoConfiguration#MapperScannerRegistrar#0' defined in null: Could not resolve placeholder 'yudao.info.base-package' in value "${yudao.info.base-package}"; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'yudao.info.base-package' in value "${yudao.info.base-package}" 2024-10-21 18:34:02.189 |  INFO 143462 | main [TID: N/A] ConditionEvaluationReportLoggingListener | Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2024-10-21 18:34:02.205 | ERROR 143462 | main [TID: N/A] o.s.boot.SpringApplication  | Application run failed org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'cn.iocoder.yudao.framework.mybatis.config.YudaoMybatisAutoConfiguration#MapperScannerRegistrar#0' defined in null: Could not resolve placeholder 'yudao.info.base-package' in value "${yudao.info.base-package}"; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'yudao.info.base-package' in value "${yudao.info.base-package}" at org.springframework.beans.factory.config.PlaceholderConfigurerSupport.doProcessProperties(PlaceholderConfigurerSupport.java:230) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.processProperties(PropertySourcesPlaceholderConfigurer.java:198) ~[spring-context-5.3.39.jar:5.3.39] at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.postProcessBeanFactory(PropertySourcesPlaceholderConfigurer.java:173) ~[spring-context-5.3.39.jar:5.3.39] at org.mybatis.spring.mapper.MapperScannerConfigurer.processPropertyPlaceHolders(MapperScannerConfigurer.java:406) ~[mybatis-spring-2.1.2.jar:2.1.2] at org.mybatis.spring.mapper.MapperScannerConfigurer.postProcessBeanDefinitionRegistry(MapperScannerConfigurer.java:360) ~[mybatis-spring-2.1.2.jar:2.1.2] at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:311) ~[spring-context-5.3.39.jar:5.3.39] at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:142) ~[spring-context-5.3.39.jar:5.3.39] at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:756) ~[spring-context-5.3.39.jar:5.3.39] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:573) ~[spring-context-5.3.39.jar:5.3.39] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147) ~[spring-boot-2.7.18.jar:2.7.18] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732) ~[spring-boot-2.7.18.jar:2.7.18] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:409) ~[spring-boot-2.7.18.jar:2.7.18] at org.springframework.boot.SpringApplication.run(SpringApplication.java:308) ~[spring-boot-2.7.18.jar:2.7.18] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1300) ~[spring-boot-2.7.18.jar:2.7.18] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1289) ~[spring-boot-2.7.18.jar:2.7.18] at cn.iocoder.yudao.module.base.BaseServerApplication.main(BaseServerApplication.java:20) ~[classes/:na] Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'yudao.info.base-package' in value "${yudao.info.base-package}" at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:180) ~[spring-core-5.3.39.jar:5.3.39] at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:126) ~[spring-core-5.3.39.jar:5.3.39] at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:239) ~[spring-core-5.3.39.jar:5.3.39] at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:210) ~[spring-core-5.3.39.jar:5.3.39] at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.lambda$processProperties$0(PropertySourcesPlaceholderConfigurer.java:191) ~[spring-context-5.3.39.jar:5.3.39] at org.springframework.beans.factory.config.BeanDefinitionVisitor.resolveStringValue(BeanDefinitionVisitor.java:296) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.config.BeanDefinitionVisitor.resolveValue(BeanDefinitionVisitor.java:222) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.config.BeanDefinitionVisitor.visitPropertyValues(BeanDefinitionVisitor.java:147) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.config.BeanDefinitionVisitor.visitBeanDefinition(BeanDefinitionVisitor.java:85) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.config.PlaceholderConfigurerSupport.doProcessProperties(PlaceholderConfigurerSupport.java:227) ~[spring-beans-5.3.39.jar:5.3.39] ... 15 common frames omitted 2024-10-21 18:34:02.206 |  WARN 143462 | Thread-6 [TID: N/A] c.a.nacos.common.notify.NotifyCenter  | [NotifyCenter] Start destroying Publisher 2024-10-21 18:34:02.207 |  WARN 143462 | Thread-6 [TID: N/A] c.a.nacos.common.notify.NotifyCenter  | [NotifyCenter] Destruction of the end 2024-10-21 18:34:02.207 |  WARN 143462 | Thread-1 [TID: N/A] c.a.n.common.http.HttpClientBeanHolder  | [HttpClientBeanHolder] Start destroying common HttpClient 2024-10-21 18:34:02.207 |  WARN 143462 | Thread-1 [TID: N/A] c.a.n.common.http.HttpClientBeanHolder  | [HttpClientBeanHolder] Destruction of the end