-
Notifications
You must be signed in to change notification settings - Fork 751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use the Initializr web site #117
base: main
Are you sure you want to change the base?
Conversation
I removed the curl command to create a project, since it didn't work and since we are now focusing on sending people to the Initializr web site.
The curl command didn’t work? Why not? I like it. I like that we tell people about it. What didn’t work for you? |
First, the pipe to tar ( If I strip that off, I still get nothing from If I tinker a bit, I can get I talked to Michael about this (came up during our weekly one-on-one). We decided to trim it down to only the web page route. Michael thought that, if we were going to share a shortcut, we should use the value from the Share button in the Initializr. That would be something like I opted for sending people to the Initializr web site, because we're pushing that in our other communications. |
It works for me, and I think you must have a typo in your "tinkering", or a copy-paste error because that one doesn't (there's no |
The paragraph that includes the -d is the one that doesn't work. The next paragraph has the version (with -o) that works for me. The I don't much mind that. It was the fact that the command produced nothing that bothered me. We can fix the alternative, but the message we're pushing is to go to https://start.spring.io, so why not trim all this down to that? |
I think the
Because start.spring.io has a command-line interface as well as a browser one. And I happen to find it useful, so I assume others will. |
Please share the curl command you use. The command in the file does not work, at least for me. This command does work for me: |
|
Your command does work. The command in the document is Here they are, one above the other, so we can see the differences: curl https://start.spring.io/starter.tgz -d dependencies=web -d name=simple | tar -xzf - (yours) |
I feel that there are two questions here that need to be addressed for this PR:
Personally, I'd like to see all the guides/tutorials/etc be consistent. We already have the Maven/Gradle/IDE options in each one because we believe the market share is close enough between all of them to warrant it. My hunch is that the market share for the |
I think that's mostly understandable but also mostly upside down. The |
I removed the curl command to create a project, since it didn't work and since we are now focusing on sending people to the Initializr web site.