SP
springboot-patterns
Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging.
Install
mkdir -p .claude/skills/springboot-patterns-chenqin231 && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15491" && unzip -o skill.zip -d .claude/skills/springboot-patterns-chenqin231 && rm skill.zipInstalls to .claude/skills/springboot-patterns-chenqin231
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging.122 charsno explicit “when” trigger
About this skill
Spring Boot Development Patterns
Spring Boot architecture and API patterns for scalable, production-grade services.
References
| Topic | Description | File |
|---|---|---|
| File Organization | Line limits, project structure, splitting patterns | file-organization.md |
| REST API & Service Layer | Controllers, repositories, transactions, DTOs, exception handling | rest-api-service.md |
| Caching, Async & Logging | @Cacheable, @Async, SLF4J logging, request filters | caching-async-logging.md |
| Resilience & Rate Limiting | Pagination, retry with backoff, Bucket4j rate limiting | resilience-ratelimit.md |
| Production Defaults | Background jobs, observability, HikariCP, constructor injection | production-defaults.md |