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,4 +1 @@
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
org.springframework.cloud.function.rsocket.RSocketAutoConfiguration,\
org.springframework.cloud.function.rsocket.RSocketCustomizerConfiguration,\
org.springframework.cloud.function.rsocket.RSocketRoutingAutoConfiguration

View File

@@ -0,0 +1,2 @@
org.springframework.cloud.function.rsocket.RSocketAutoConfiguration
org.springframework.cloud.function.rsocket.RSocketCustomizerConfiguration