create-spring-boot-java-project

Solid

Create Spring Boot Java Project Skeleton

AI & Automation 34,887 stars 4287 forks Updated today MIT

Install

View on GitHub

Quality Score: 92/100

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

Skill Content

# Create Spring Boot Java project prompt - Please make sure you have the following software installed on your system: - Java 21 - Docker - Docker Compose - If you need to custom the project name, please change the `artifactId` and the `packageName` in [download-spring-boot-project-template](./create-spring-boot-java-project.prompt.md#download-spring-boot-project-template) - If you need to update the Spring Boot version, please change the `bootVersion` in [download-spring-boot-project-template](./create-spring-boot-java-project.prompt.md#download-spring-boot-project-template) ## Check Java version - Run following command in terminal and check the version of Java ```shell java -version ``` ## Download Spring Boot project template - Run following command in terminal to download a Spring Boot project template ```shell curl https://start.spring.io/starter.zip \ -d artifactId=${input:projectName:demo-java} \ -d bootVersion=3.4.5 \ -d dependencies=lombok,configuration-processor,web,data-jpa,postgresql,data-redis,data-mongodb,validation,cache,testcontainers \ -d javaVersion=21 \ -d packageName=com.example \ -d packaging=jar \ -d type=maven-project \ -o starter.zip ``` ## Unzip the downloaded file - Run following command in terminal to unzip the downloaded file ```shell unzip starter.zip -d ./${input:projectName:demo-java} ``` ## Remove the downloaded zip file - Run following command in terminal to delete the downloaded zip file ```shell rm -f sta...

Details

Author
github
Repository
github/awesome-copilot
Created
1 years ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category