1

Just for convenience ...

I am working on a project with multiple spring boot apps. Is there a way to create a Run Configuration in eclipse that starts multiple apps with one click?

Currently I have to go through all the different configs using the drop down menu.

Thanks for your help!

Christian
  • 1,341
  • 1
  • 16
  • 35

2 Answers2

1

The upcoming Spring Tools Suite (based on eclipse) has a nice Spring Boot dashboard feature. You can get the release candidate previews here:

http://dist.springsource.com/release/STS/index.html

You can select multiple boot apps in the dashboard then click on the "play" button to launch them all at once.

Phil Webb
  • 8,119
  • 1
  • 37
  • 37
0

It turns out the extension "C/C++ Development Tools" from the CDT also works for Java development. And it offers "Launch Groups" which are exactly what I was looking for.

Christian
  • 1,341
  • 1
  • 16
  • 35