What problem does it solve? Building Spring Boot 3.x backends requires coordinating many layers—REST controllers, services, JPA repositories, Spring Security 6, and testing—while avoiding deprecated patterns and common mistakes like field injection or missing validation. This Skill provides structured guidance and copy-paste code patterns for each layer. ## Core Features & Use Cases - Layered Code Generation: Produces entities, repositories, services with constructor injection, REST controllers with DTO validation, and global exception handlers following Spring Boot 3.x conventions. - Security & Cloud Integration: Implements Spring Security 6 JWT authentication, OAuth2 resource servers, method security, plus Spring Cloud Config, Eureka, Gateway, and Resilience4j circuit breakers. - Testing Support: Generates unit tests, MockMvc slice tests, @DataJpaTest repository tests, and Testcontainers-based integration tests. - Use Case: When building a Java REST API with authentication and PostgreSQL persistence, invoke this Skill to scaffold the full vertical slice—entity, repository, service, secured controller, and tests—following current best practices. ## Quick Start Ask the AI to create a Spring Boot REST endpoint for managing products with JPA persistence, input validation, and JWT-based security.