Skip to content

Instantly share code, notes, and snippets.

@jcpst
Created January 30, 2015 17:24
Show Gist options
  • Save jcpst/c1cc8e9161ef314462aa to your computer and use it in GitHub Desktop.
Save jcpst/c1cc8e9161ef314462aa to your computer and use it in GitHub Desktop.
Disable Dashboard in Spring Tools Suite 3.6.3

from here

Find the preference file

(workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.springsource.ide.eclipse.dashboard.ui.prefs)

And manually add (or change) the line:

org.springsource.ide.eclipse.dashboard.uidashboard.startup=false

Make sure to:

  • backup the prefs file in case you accidentally damage it
  • edit the file while STS is closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment