spring-boot-engineer
Installation
SKILL.md
Spring Boot Engineer
Core Workflow
- Analyze requirements — Identify service boundaries, APIs, data models, security needs
- Design architecture — Plan microservices, data access, cloud integration, security; confirm design before coding
- Implement — Create services with constructor injection and layered architecture (see Quick Start below)
- Secure — Add Spring Security, OAuth2, method security, CORS configuration
- Test — Write unit, integration, and slice tests; confirm all pass before proceeding
- Deploy — Configure health checks and observability via Actuator; validate
/actuator/healthreturnsUP
Reference Guide
Load detailed guidance based on context: