Update uppercase-processor sample to include docker image build

This commit is contained in:
Ilayaperumal Gopinathan
2020-07-27 14:23:58 +05:30
parent 7b19c589ea
commit 25ebf1a99e
2 changed files with 88 additions and 11 deletions

View File

@@ -1,3 +1,4 @@
management.endpoints.web.exposure.include: health,info,bindings
spring.cloud.stream.function.definition: toUpperCase
spring.cloud.stream.function.bindings.toUpperCase-in-0: input
spring.cloud.stream.function.bindings.toUpperCase-out-0: output