From e52538d304081b772adb9ede2c32c43432ffb403 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Sun, 18 May 2025 16:40:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7spring3.4.5=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E4=BC=9A=E6=9C=89=E5=BE=88=E5=A4=9A=E8=AD=A6=E5=91=8ABeanPostP?= =?UTF-8?q?rocessorChecker:437=20-=20Bean=20'org.springframework.boot.auto?= =?UTF-8?q?configure.data.redis.RedisAutoConfiguration'=20of=20type=20[org?= =?UTF-8?q?.springframework.boot.autoconfigure.data.redis.RedisAutoConfigu?= =?UTF-8?q?ration]=20is=20not=20eligible=20for=20getting=20processed=20by?= =?UTF-8?q?=20all=20BeanPostProcessors=20(for=20example:=20not=20eligible?= =?UTF-8?q?=20for=20auto-proxying).=20Is=20this=20bean=20getting=20eagerly?= =?UTF-8?q?=20injected/applied=20to=20a=20currently=20created=20BeanPostPr?= =?UTF-8?q?ocessor=20[defaultAdvisorAutoProxyCreator]=3F=20Check=20the=20c?= =?UTF-8?q?orresponding=20BeanPostProcessor=20declaration=20and=20its=20de?= =?UTF-8?q?pendencies/advisors.=20If=20this=20bean=20does=20not=20have=20t?= =?UTF-8?q?o=20be=20post-processed,=20declare=20it=20with=20ROLE=5FINFRAST?= =?UTF-8?q?RUCTURE.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jeecg-system-start/src/main/resources/application-dev.yml | 2 +- .../jeecg-system-start/src/main/resources/application-dm8.yml | 1 + .../src/main/resources/application-kingbase8.yml | 1 + .../jeecg-system-start/src/main/resources/application-prod.yml | 1 + .../jeecg-system-start/src/main/resources/application-test.yml | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml index 530868ebb..41d784f98 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml @@ -304,9 +304,9 @@ cas: #Mybatis输出sql日志 logging: level: + org.springframework.context.support.PostProcessorRegistrationDelegate: error org.flywaydb: debug org.jeecg.modules.system.mapper: info - org.springframework.context.support.PostProcessorRegistrationDelegate: error knife4j: #开启增强配置 enable: true diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dm8.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dm8.yml index abafede67..39738ffb8 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dm8.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dm8.yml @@ -242,6 +242,7 @@ cas: #Mybatis输出sql日志 logging: level: + org.springframework.context.support.PostProcessorRegistrationDelegate: error org.flywaydb: debug org.jeecg.modules.system.mapper: info #swagger diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-kingbase8.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-kingbase8.yml index e6945c051..c6829f873 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-kingbase8.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-kingbase8.yml @@ -256,6 +256,7 @@ cas: #Mybatis输出sql日志 logging: level: + org.springframework.context.support.PostProcessorRegistrationDelegate: error org.flywaydb: debug org.jeecg.modules.system.mapper: info #swagger diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml index 525e86256..62a659ab1 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml @@ -305,6 +305,7 @@ cas: #Mybatis输出sql日志 logging: level: + org.springframework.context.support.PostProcessorRegistrationDelegate: error org.flywaydb: debug org.jeecg.modules.system.mapper: info #swagger diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml index a07d01af0..b6d43593a 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml @@ -301,6 +301,7 @@ jeecg: #Mybatis输出sql日志 logging: level: + org.springframework.context.support.PostProcessorRegistrationDelegate: error org.flywaydb: debug org.jeecg.modules.system.mapper: info #cas单点登录