Add new spring-boot .imports files and move auto-configuration classes there

This commit is contained in:
Oleg Zhurakousky
2022-09-22 17:01:33 +02:00
parent 14b47350cf
commit 83980d34e1
10 changed files with 14 additions and 18 deletions

View File

@@ -1,2 +1 @@
org.springframework.boot.autoconfigure.EnableAutoConfiguration=org.springframework.cloud.function.deployer.FunctionDeployerConfiguration
org.springframework.boot.env.EnvironmentPostProcessor=org.springframework.cloud.function.deployer.FunctionDeployerConfiguration$LegacyPropertyEnvironmentPostProcessor
org.springframework.boot.env.EnvironmentPostProcessor=org.springframework.cloud.function.deployer.FunctionDeployerConfiguration$LegacyPropertyEnvironmentPostProcessor

View File

@@ -0,0 +1 @@
org.springframework.cloud.function.deployer.FunctionDeployerConfiguration