Skip to content

Commit ff03361

Browse files
committed
test(cloud-stream-example): Fix missing space in springwolf.docket.info.title
1 parent da40754 commit ff03361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springwolf-examples/springwolf-cloud-stream-example/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spring.cloud.stream.bindings.consumerMethod-in-0.destination=another-topic
1616
# Springwolf configuration
1717
springwolf.enabled=true
1818
springwolf.docket.base-package=io.github.stavshamir.springwolf.example.cloudstream
19-
springwolf.docket.info.title=Springwolf example project - CloudStream
19+
springwolf.docket.info.title=Springwolf example project - Cloud Stream
2020
springwolf.docket.info.version=1.0.0
2121
springwolf.docket.info.description=Springwolf example project to demonstrate springwolfs abilities
2222
springwolf.docket.info.terms-of-service=http://asyncapi.org/terms

0 commit comments

Comments
 (0)