java-spring-service
Installation
SKILL.md
Spring Boot Service Generator
Table of Contents
- Purpose
- When to Use
- Quick Start
- Instructions
- Examples
- Requirements
- Best Practices Checklist
- Output Format
- Error Handling
Purpose
Generates complete, production-ready Spring Boot services following industry best practices: proper layered architecture (Controller/Service/Repository), dependency injection, exception handling with @ControllerAdvice, OpenAPI/Swagger documentation, configuration management, and comprehensive logging.
When to Use
Related skills