0

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.

zhuguowei
  • 8,401
  • 16
  • 70
  • 106

1 Answers1

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:

enter image description here enter image description here enter image description here

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