fix 修复 EnvironmentPostProcessor 不生效问题

2.X
疯狂的狮子Li 2022-10-10 18:40:56 +08:00
parent 3f84b3af8f
commit 9f463448a2
4 changed files with 4 additions and 2 deletions

View File

@ -0,0 +1,2 @@
org.springframework.boot.env.EnvironmentPostProcessor=\
com.ruoyi.common.elasticsearch.config.ActuatorEnvironmentPostProcessor

View File

@ -1 +0,0 @@
com.ruoyi.common.elasticsearch.config.ActuatorEnvironmentPostProcessor

View File

@ -0,0 +1,2 @@
org.springframework.boot.env.EnvironmentPostProcessor=\
com.ruoyi.common.loadbalance.config.CustomEnvironmentPostProcessor

View File

@ -1 +0,0 @@
com.ruoyi.common.loadbalance.config.CustomEnvironmentPostProcessor