cUrl - use dependencies instead of style

The response was 404 with the `style` parameter.
This commit is contained in:
Federico Nafria
2020-08-25 21:40:35 +02:00
committed by Sébastien Deleuze
parent dd122f3b90
commit c18099cda5

View File

@@ -43,7 +43,7 @@ You can use the Initializr HTTP API https://docs.spring.io/initializr/docs/curre
[source] [source]
---- ----
$ mkdir blog && cd blog $ mkdir blog && cd blog
$ curl https://start.spring.io/starter.zip -d language=kotlin -d style=web,mustache,jpa,h2,devtools -d packageName=com.example.blog -d name=Blog -o blog.zip $ curl https://start.spring.io/starter.zip -d language=kotlin -d dependencies=web,mustache,jpa,h2,devtools -d packageName=com.example.blog -d name=Blog -o blog.zip
---- ----
Add `-d type=gradle-project` if you want to use Gradle. Add `-d type=gradle-project` if you want to use Gradle.