領先一步
VMware 提供訓練和認證,以加速您的進展。
了解更多這是一篇來自 Spring Cloud AWS 維護者的客座文章。
Spring Cloud AWS 3.0 是 Spring Cloud AWS 專案的最新發佈版本。此版本代表使用 AWS SDK v2 for Java 完整重寫的程式庫。由於這需要進行重大的重構,我們藉此機會重新檢視了所有假設和整合模組。因此,我們推出了一個輕量、彈性、減少困擾且提供簡單易用抽象概念的程式庫。
Spring Cloud AWS 3.0 的開發遵循以下原則
@Nullable
註解)我們強烈建議閱讀 Spring Cloud AWS 參考文件 以了解更多資訊。
此外,您可以在 Spring Cloud AWS GitHub 儲存庫 中探索數個整合模組的範例應用程式
以下是每個整合模組中變更的高階清單
@EnableXXX
註解在 S3 中,我們引入了新的有趣功能,例如
InMemoryBufferingS3OutputStream
DiskBufferingS3OutputStream
TransferManagerS3OutputStream
SnsTemplate
和 SnsOperations
提供方便的 API,用於將通知傳送到 SNSSnsSmsTemplate
提供方便的 API,用於將簡訊 (SMS) 傳送到電話號碼spring.config.import
載入密鑰spring.config.import
載入密鑰DynamoDbTemplate
高階 API,用於在 DynamoDB Enhanced Client 之上建置的 DynamoDBmicrometer-registry-cloudwatch2
的自動組態Spring Cloud AWS 3.0 不包含 RDS、ElastiCache、EC2 和 CloudFormation 的整合。