Skip to content

Commit 2990b83

Browse files
pubsub(fix): avoid default port for spring app (GoogleCloudPlatform#7185)
1 parent ad66c47 commit 2990b83

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pubsub/spring/src/main/resources/application.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ spring.cloud.stream.bindings.receiveMessageFromTopicTwo-in-0.destination=topic-t
2626
# [END pubsub_spring_cloud_stream_input_binder_properties]
2727

2828
spring.cloud.function.definition=sendMessageToTopicOne;receiveMessageFromTopicTwo
29+
30+
# Multiple tests use the default port 8080. Avoid the default.
31+
server.port=8088

0 commit comments

Comments
 (0)