curl https://start.spring.io/starter.zip
-d dependencies=web,data-jpa,h2
-d type=maven-project
-d language=java
-d bootVersion=3.2.0
-d baseDir=my-project
-d groupId=com.example
-d artifactId=my-project
-d name=MyProject
-d description="Demo project for Spring Boot"
-d packageName=com.example.myproject
-d packaging=jar
-d javaVersion=17
-o my-project.zip
curl https://start.spring.io/starter.zip
-d dependencies=web,data-jpa,h2
-d type=maven-project
-d language=java
-d bootVersion=3.2.0
-d baseDir=my-project
-d groupId=com.example
-d artifactId=my-project
-d name=MyProject
-d description="Demo project for Spring Boot"
-d packageName=com.example.myproject
-d packaging=jar
-d javaVersion=17
-o my-project.zip