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:
Dave Syer
2018-10-23 09:52:45 +01:00
parent 9e2cbf49dd
commit c3b03a1b11
9 changed files with 39 additions and 19 deletions

View File

@@ -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