300-frameworks-spring-boot-create-project

Solid

Use when you need to create a new Maven-based Spring Boot 4.0.x project using SDKMAN-managed Java and Spring Boot CLI tooling. This should trigger for requests such as Create a Spring Boot Maven project; Bootstrap Spring Boot project with SDKMAN; Generate a new Spring Boot service. Part of cursor-rules-java project

AI & Automation 404 stars 81 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 92/100

Stars 20%
87
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Create Spring Boot Maven Project Create a new Spring Boot Maven project through SDKMAN-managed tooling, aligned with Java 25 and the repository's Spring Boot 4.0.x baseline. **What is covered in this Skill?** - Verify SDKMAN and Java availability before project creation - Install or select the required Java and Spring Boot CLI candidates through SDKMAN - Gather project coordinates, package name, Java version, packaging, and dependencies - Create a Maven project with Spring Initializr-backed Spring Boot CLI commands - Prefer Maven wrapper commands for validation - Verify the generated project with Maven before reporting completion ## Constraints Project creation must be explicit, reproducible, and Maven-based. - **PREREQUISITE**: Verify SDKMAN is installed with `sdk version`; if missing, stop and provide setup guidance instead of installing it silently - **JAVA BASELINE**: Prefer Java 25 unless the user requests another supported version - **FRAMEWORK BASELINE**: Target Spring Boot 4.0.x by default - **BUILD TOOL**: Generate a Maven project, not Gradle - **SAFETY**: Do not overwrite an existing non-empty target directory without explicit user confirmation - **VERIFY**: Run `./mvnw clean verify` from the generated project when the Maven wrapper exists; otherwise run `mvn clean verify` - **BEFORE APPLYING**: Read the reference for the full SDKMAN and Spring Boot CLI workflow ## When to use this skill - Create a Spring Boot Maven project - Bootstrap Spring Boot project ...

Details

Author
jabrena
Repository
jabrena/cursor-rules-java
Created
1 years ago
Last Updated
today
Language
Java
License
Apache-2.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

API & Backend Solid

spring-boot-project-creator

Creates and scaffolds a new Spring Boot project (3.x or 4.x) by downloading from Spring Initializr, generating package structure (DDD or Layered architecture), configuring JPA, SpringDoc OpenAPI, and Docker Compose services (PostgreSQL, Redis, MongoDB). Use when creating a new Java Spring Boot project from scratch, bootstrapping a microservice, or initializing a backend application.

287 Updated 2 days ago
giuseppe-trisciuoglio
AI & Automation Solid

301-frameworks-spring-boot-core

Use when you need to review, improve, or build Spring Boot 4.0.x applications — including proper usage of @SpringBootApplication, component annotations (@Controller, @Service, @Repository), bean definition and scoping, configuration classes and @ConfigurationProperties (with @Validated), component scanning, conditional configuration and profiles, constructor injection, @Primary and @Qualifier for multiple beans of the same type, bean minimization, graceful shutdown, virtual threads, Jakarta EE namespace consistency, and scheduled tasks. This should trigger for requests such as Review Java code for Spring Boot application; Apply best practices for Spring Boot application in Java code. Part of cursor-rules-java project

404 Updated today
jabrena
Testing & QA Listed

java-scaffold

Scaffolds a brand-new Spring Boot project from scratch — build file, package structure, and a starter feature. Use when user asks to "create a new Spring Boot project", "bootstrap a project", "start a new project", "generate a new app", or "scaffold a new service".

0 Updated yesterday
limited-grisaille833