spring-cloud-aws专题提供spring-cloud-aws的最新资讯内容,帮你更好的了解spring-cloud-aws。
我正在通过SQS队列将SNS消息从一个Spring Boot应用程序发送到另一个。默认情况下,侦听器是多线程的,因
我正在尝试编译项目<code>https://github.com/spring-cloud/spring-cloud-aws</code>,但是父项目引用了<code>flatten-maven-pl
我试图在spring-graals中运行aws函数示例,'java'版本运行良好,但是当我测试'native'版本时,在控制台中看
我已经为应用程序中注册的每个队列创建了一个按需ChannelAdapter,AsyncTaskExecutor和一个Channel。我注意到,
我正在尝试在我的Spring Boot应用程序(Kotlin)中实现SQS侦听器。我正在使用<a href="https://cloud.spring.io/spring
我从Spring Cloud使用此库:<strong> spring-cloud-starter-aws-secrets-manager-config </strong>用于从Spring Boot应用程序检索
我有一个使用AWS RDS DB的Spring Boot应用程序。 我正在尝试使用只读副本的RDS Aurora / Postgres DB。我已经
我有一个简单的SpringBoot 2.3.5应用程序,其中添加了<code>spring-cloud-starter-aws-messaging</code>启动器。我有一
我正在使用 <code>Spring Boot 2.4.1</code> 和 <code>Spring Cloud 2020.0.0</code>,但我找不到 <code>spring-cloud-starter</code>
Spring Cloud AWS 何时会支持 Spring Boot 2.4? 我的意思是哪个版本的 Spring Cloud AWS 将支持 Spring Boot 2.4.x?
我正在关注这个 <a href="https://spring.io/blog/2020/09/29/case-study-remote-file-ingest-with-spring-cloud-data-flow" rel="nofollow
我有一个没有重试的 <strong>AWS SQS 队列</strong>(<strong>MaxReceiveCount</strong> 设置为 1)。我已经为此设置了
在使用 Spring Cloud AWS 进行 repo 时,我注意到 application.yml 包含 <pre><code>spring: profiles: aws cloud: conf
<strong>由于错误 java.lang.IllegalArgumentException: 'dynamoDBClient' must not be null</strong> //流绑定 <pre><code>Ena
我有一个带有 Spring Cloud 组件的 Spring Boot 应用程序,即 <code>org.springframework.cloud:spring-cloud-starter-aws-paramet
我正在尝试将我的 Spring Cloud 配置服务从本地连接到 AWS。我们的 AWS 配置要求我们使用 AWS 会话密钥以及
SqsMessages 可以使用 <code>@SqsListener</code> 或 spring 集成的 <code>SqsMessageDrivenChannelAdapter</code> 使用。两者都将
<div class="snippet" data-lang="js" data-hide="false" data-console="true" data-babel="false"> <div class="snippet-code"> <pre class="
我在 Spring Boot/Batch 项目(spring-boot-starter 版本 2.4.X)的 @Configuration 类中使用了 <code>ResourceLoaderBeanPostProce
我正在使用 Spring Cloud 运行一个 Spring Boot 应用程序来处理我的 AWS 操作。这意味着我像这样初始化我的 SQ