create-spring-boot-java-project
Scaffolds a Java 21 Spring Boot project with Maven, Docker Compose, PostgreSQL, Redis, MongoDB, and OpenAPI.
Install
npx skills add https://github.com/github/awesome-copilot --skill create-spring-boot-java-projectStats
| Total installs | 7,614 |
| Weekly installs | 7.6K |
| GitHub stars | 27.4K |
| First seen | Feb 25, 2026 |
| Source | @github/awesome-copilot |
Summary
- Scaffolds a Maven-based Spring Boot project with Java 21, including Lombok, Spring Data JPA, Spring Web, caching, and validation dependencies
- Pre-configures application.properties with connection details for PostgreSQL, Redis, and MongoDB, plus SpringDoc OpenAPI for API documentation
- Generates a docker-compose.yaml file with Redis 6, PostgreSQL 17, and MongoDB 8 services, each with persistent volumes and default credentials
- Adds ArchUnit for architecture testing and springdoc-openapi for Swagger UI integration out of the box
- Requires Java 21, Docker, and Docker Compose installed locally; customizable project name and Spring Boot version via template parameters
Tags
Related skills
| Skill | Installs | vs create-spring-boot-java-project |
|---|---|---|
| dataverse-python-quickstart | 7,453 | -161 |
| java-junit | 7,985 | +371 |
| aspire | 7,534 | -80 |
| java-add-graalvm-native-image-support | 7,414 | -200 |
| typescript-mcp-server-generator | 7,661 | +47 |
FAQ
- How many installs does create-spring-boot-java-project have?
- create-spring-boot-java-project has 7,614 total installs and 7.6K installs this week.
- Where is create-spring-boot-java-project hosted?
- create-spring-boot-java-project is published by @github/awesome-copilot at https://github.com/github/awesome-copilot.
- How many GitHub stars does create-spring-boot-java-project have?
- create-spring-boot-java-project has 27.4K GitHub stars.
- When was create-spring-boot-java-project first indexed?
- OrangeBot.AI first indexed create-spring-boot-java-project on Feb 25, 2026.
- How do I install create-spring-boot-java-project?
- Run: npx skills add https://github.com/github/awesome-copilot --skill create-spring-boot-java-project