Use web-application-type=reactive by default if webflux present
We want the default application type to be REACTIVE if webflux is present (formerly it was NONE). In AWS and Azure we also want the webflux beans to be switched off in a "lite" application context (formerly they were unconditional).
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
spring.cloud.function.stream.processor.name: uppercase
|
||||
spring.cloud.function.scan.packages: com.example.functions
|
||||
spring.cloud.function.scan.packages: com.example.functions
|
||||
|
||||
Reference in New Issue
Block a user