mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-20 02:29:44 +08:00
Fix curl examples to use GET with -d
Closes gh-1190
This commit is contained in:
@@ -872,7 +872,7 @@ those two ids are displayed in the capabilities of the service):
|
||||
|
||||
[source]
|
||||
----
|
||||
$ curl http://localhost:8080/starter.zip -d dependencies=web,devtools \
|
||||
$ curl -G http://localhost:8080/starter.zip -d dependencies=web,devtools \
|
||||
-d bootVersion=2.3.5.RELEASE -o my-project.zip
|
||||
----
|
||||
|
||||
|
Reference in New Issue
Block a user