What problem does it solve? Building enterprise Java backends requires coordinating many Spring components—controllers, JPA repositories, security filters, transactions, and tests—and mistakes like field injection, missing validation, or N+1 queries lead to fragile applications. This Skill provides structured workflows and production-tested code templates for Spring Boot 3.x development. ## Core Features & Use Cases - Layered REST API Templates: Ready-to-use patterns for entities, repositories, services, controllers, DTOs, and global exception handling following clean architecture. - Security & Data References: Detailed guides for Spring Security 6 with JWT/OAuth2, method security, Spring Data JPA transactions, specifications, and query optimization. - Cloud-Native & Testing Patterns: Coverage of Spring Cloud Config, Gateway, Resilience4j circuit breakers, Kubernetes deployment, plus JUnit 5, MockMvc, and Testcontainers testing strategies. - Use Case: When asked to build a product catalog microservice, the Skill generates a validated REST controller, transactional service layer, JPA repository, JWT security configuration, and slice tests that pass with ./mvnw test. ## Quick Start Ask the AI to create a Spring Boot REST API for managing products with JPA persistence, JWT security, and integration tests.