Files
spring-cloud-function/spring-cloud-function-samples/function-sample/src/main/resources/application.properties
Dave Syer c3b03a1b11 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).
2018-10-23 14:03:43 +01:00

3 lines
114 B
Properties

spring.cloud.function.stream.processor.name: uppercase
spring.cloud.function.scan.packages: com.example.functions