[JAVA-26049] Upgraded spring-boot-environment module to spring-boot 3… (#14994)
This commit is contained in:
-6
@@ -1,6 +0,0 @@
|
||||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
||||
com.baeldung.environmentpostprocessor.autoconfig.PriceCalculationAutoConfig
|
||||
|
||||
org.springframework.boot.env.EnvironmentPostProcessor=\
|
||||
com.baeldung.environmentpostprocessor.PriceCalculationEnvironmentPostProcessor
|
||||
|
||||
+1
@@ -0,0 +1 @@
|
||||
com.baeldung.environmentpostprocessor.autoconfig.PriceCalculationAutoConfig
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
org.springframework.boot.env.EnvironmentPostProcessor=\
|
||||
com.baeldung.environmentpostprocessor.PriceCalculationEnvironmentPostProcessor
|
||||
|
||||
Reference in New Issue
Block a user