Although create a blank web project or non-web project online(https://start.spring.io/) is easy, you still have to access web, unzip, import to IDE. So does still exist more convenient manner to create blank spring boot project? e.g. in shell command.
Asked
Active
Viewed 116 times
0
-
You know that `STS` has a new project wizzard which connects to start.spring.io automatically ? – Marged Dec 01 '15 at 11:28
-
which IDE are you using? IntelliJ IDEA provides a wizard for Spring Initializr (start.spring.io) – Rafael Zeffa Dec 01 '15 at 11:33
1 Answers
1
STS (which basically is Eclipse) contains a wizzard which talks to start.spring.io. You should be able to install the same plugins into an existing Eclipse using the update site shown there: http://spring.io/tools/sts/all or through market place.
This is what is shown when you do Ctrl+N
in your IDE:

Marged
- 10,577
- 10
- 57
- 99
-
Thank you and +1 for this, but I am getting a downstream error after doing this. Are you willing to comment on the downstream error? Here is the link: http://stackoverflow.com/questions/34056364/spring-boot-sample-throws-mojoexecutionexception-in-eclipse – CodeMed Dec 03 '15 at 01:44
-
Would it help if I re-framed the other question? Or added any specific information? I would like to make it a better question that is easier for people to answer. – CodeMed Dec 03 '15 at 05:39
-
@CodeMed I would be willing to comment but have no idea what is going wrong ;-) – Marged Dec 03 '15 at 06:02