Spring Cloud GCP Google Cloud Pub / Sub
2024-01-09 17:32 更新
Spring Cloud GCP提供了一个抽象层,用于发布到Google Cloud Pub / Sub主题和从中订阅,以及创建,列出或删除Google Cloud Pub / Sub主题和订阅。
提供了Spring Boot入门程序来自动配置各种必需的Pub / Sub组件。
Maven坐标,使用Spring Cloud GCP BOM:
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-gcp-starter-pubsub</artifactId> </dependency>
Gradle坐标:
dependencies { compile group: 'org.springframework.cloud', name: 'spring-cloud-gcp-starter-pubsub' }
从Spring Initializr到GCP Messaging
条目也可以使用该启动器。
以上内容是否对您有帮助:
更多建议: