feedback
feedback copied to clipboard
[cloud-spring-datastore]:
This curl command does not work
$ curl https://start.spring.io/starter.tgz
-d packaging=war
-d dependencies=cloud-gcp
-d type=maven-project
-d baseDir=datastore-example
-d bootVersion=3.0.5 | tar -xzvf -
Hi @willedwards,
- The command is:
curl https://start.spring.io/starter.tgz \
-d packaging=war \
-d dependencies=cloud-gcp \
-d type=maven-project \
-d baseDir=datastore-example \
-d bootVersion=3.0.5 | tar -xzvf -
- Note that it's without
$(the shell prompt) and with\at the end of continuing lines. - If that's not the issue you had, can you please give us the error message you got?