[JAVA-26049] Upgraded spring-boot-environment module to spring-boot 3… (#14994)

This commit is contained in:
panos-kakos
2023-11-06 08:52:53 +00:00
committed by GitHub
parent 5b7c37eab5
commit 91293d64b0
4 changed files with 17 additions and 15 deletions
@@ -1,6 +0,0 @@
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
com.baeldung.environmentpostprocessor.autoconfig.PriceCalculationAutoConfig
org.springframework.boot.env.EnvironmentPostProcessor=\
com.baeldung.environmentpostprocessor.PriceCalculationEnvironmentPostProcessor
@@ -0,0 +1 @@
com.baeldung.environmentpostprocessor.autoconfig.PriceCalculationAutoConfig
@@ -0,0 +1,3 @@
org.springframework.boot.env.EnvironmentPostProcessor=\
com.baeldung.environmentpostprocessor.PriceCalculationEnvironmentPostProcessor