Build Spring Boot REST API
curated by SkillMD · plugin · 3 skills
Scaffold a Spring Boot project and implement REST API following best practices.
Install the whole plugin (CLI)
npx skillmds add addyosmani/spec-driven-development
npx skillmds add github/create-spring-boot-java-project
npx skillmds add github/java-springbootSkills in this plugin
- ▌ spec-driven-development · addyosmaniCreates structured specifications before writing code to clarify requirements, surface assumptions, and define success criteria, reducing rework and miscommunication.
- ▌ create-spring-boot-java-project · githubScaffolds a Spring Boot Java project with Maven, PostgreSQL, Redis, MongoDB, and Docker Compose.
- ▌ java-springboot · githubProvides best practices for developing high-quality Spring Boot applications, covering project structure, dependency injection, configuration, web layer, service layer, data layer, logging, testing, and security.