feedback icon indicating copy to clipboard operation
feedback copied to clipboard

[cloud-spring-datastore]:

Open willedwards opened this issue 2 months ago • 1 comments

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 -

willedwards avatar Nov 06 '25 06:11 willedwards

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?

PicardParis avatar Nov 06 '25 07:11 PicardParis