Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I disable the Dashboard window when SpringSource Tool Suite starts up?

There apparently used to be a toggle switch on the Dashboard itself, but that's gone, and I can't find anything in the Preferences. I'm using version 2.5.2.

I know it's really not a big deal, but closing that window over and over is starting to make Jack a dull boy, if you catch my drift.

like image 926
peteorpeter Avatar asked Mar 01 '11 17:03

peteorpeter


People also ask

How to see boot dashboard in STS?

Starting small and incrementally, the Spring Boot Dashboard comes as an additional view in STS/Eclipse. You can open it by pressing the Spring Boot button in your main toolbar. It opens up a simple view that is in sync with your workspace projects, showing those projects of your workspace that are Spring Boot projects.

What is spring boot dashboard?

Spring Boot Dashboard is a lightweight extension in Visual Studio Code (VS Code). With an explorer in the side bar, you can view and manage all available Spring Boot projects in your workspace. It also supports the features to quickly start, stop or debug a Spring Boot project.

How to get Spring boot dashboard in Eclipse?

In order to run this app, you could select “Run As → Spring Boot App” or create your own launch configuration in the Eclipse IDE. A better and easier way to run your Spring app is the Spring Boot Dashboard. It is a separate view in your IDE that you can activate from the toolbar (look for the Spring Boot icon).


1 Answers

From the menu select Window / Preferences. Look under Spring / Dashboard. Uncheck 'Show Dashboard on Startup'

(On newer versions of the spring plugin, it is under SpringSource / Dashboard)

like image 163
Brent Worden Avatar answered Oct 12 '22 15:10

Brent Worden