aws-rds-spring-boot-integration

仓库创建 2025年10月21日最近提交 1 个月前SkillHot 收录 22 天前
▸ 精选理由

包含 HikariCP、读写分离和 Secrets Manager 集成,适合生产数据库接入。

▸ 风险提示

需要 AWS 权限并会修改数据库连接配置,注意凭证与网络安全。

这个 Skill 做什么

为 Spring Boot 应用提供 AWS RDS(Aurora/MySQL/Postgres)配置与最佳实践。

把 AWS RDS(Aurora/MySQL/Postgres)跟 Spring Boot 的数据库层配好,包含 HikariCP 连接池配置、读写分离、IAM 数据库认证、SSL 连接和与 AWS Secrets Manager 的凭证集成。需要上线 RDS、优化连接池或想把凭证安全化时会用到。特点是把 AWS 的安全与性能最佳实践封成可复用配置,减少自己踩坑调优的工作量。

▸ 展开 SKILL.md 英文原文

Provides patterns to configure AWS RDS (Aurora, MySQL, PostgreSQL) with Spring Boot applications. Configures HikariCP connection pools, implements read/write splitting, sets up IAM database authentication, enables SSL connections, and integrates with AWS Secrets Manager. Use when setting up RDS connections in Spring Boot, configuring connection pooling, or managing database credentials securely.

开发编程RDSSpring Boot连接池通用
311
Stars
37
Forks
40
仓库内 Skill
+10
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/giuseppe-trisciuoglio/developer-kit/main/plugins/developer-kit-java/skills/aws-rds-spring-boot-integration/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/giuseppe-trisciuoglio/developer-kit/main/plugins/developer-kit-java/skills/aws-rds-spring-boot-integration/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# AWS RDS Spring Boot Integration

## Overview

Configure AWS RDS databases (Aurora, MySQL, PostgreSQL) with Spring Boot applications. Provides patterns for datasource configuration, HikariCP connection pooling, SSL connections, environment-specific configurations, and AWS Secrets Manager integration.

## When to Use

Use when configuring HikariCP connection pools for RDS workloads, implementing read/write split with Aurora replicas, setting up IAM database authentication, enabling SSL/TLS connections, managing database migrations with Flyway, or troubleshooting RDS connectivity issues.

## Instructions

Follow these steps to configure AWS RDS with Spring Boot:

1. **Add Dependencies** — Inc
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有