Skip to content

Instantly share code, notes, and snippets.

@rieckpil
Last active February 15, 2024 07:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rieckpil/b08c3b35e6d37797644164e6d9926f96 to your computer and use it in GitHub Desktop.
Save rieckpil/b08c3b35e6d37797644164e6d9926f96 to your computer and use it in GitHub Desktop.
Create Spring Boot Project Skeleton
curl https://start.spring.io/starter.zip \
-d dependencies=web,actuator,data-jpa,h2 \
-d javaVersion=21 \
-d name=spring-boot-testing-primer \
-d artifactId=spring-boot-testing-primer \
-d groupId=de.rieckpil.blog \
-d packageName=de.rieckpil.blog \
-d type=maven-project \
-o spring-boot-testing-primer.zip
unzip spring-boot-testing-primer.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment