Add new spring-boot .imports files and move auto-configuration classes there
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
||||
org.springframework.cloud.function.web.flux.ReactorAutoConfiguration,\
|
||||
org.springframework.cloud.function.web.mvc.ReactorAutoConfiguration,\
|
||||
org.springframework.cloud.function.web.source.FunctionExporterAutoConfiguration
|
||||
org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc=\
|
||||
org.springframework.cloud.function.web.flux.ReactorAutoConfiguration,\
|
||||
org.springframework.cloud.function.context.config.ContextFunctionCatalogAutoConfiguration
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
org.springframework.cloud.function.web.flux.ReactorAutoConfiguration
|
||||
org.springframework.cloud.function.web.mvc.ReactorAutoConfiguration
|
||||
org.springframework.cloud.function.web.source.FunctionExporterAutoConfiguration
|
||||
Reference in New Issue
Block a user