Monday, January 28, 2013

Speeding Up SpringSource Tool Suite (STS)

I'm a big fan on SpringSource's flavor of eclipse (STS), but sometimes it is painfully slow.  Here are some tips on how to speed it up, although it does have the tradoff of automatic validation and some other potential conveniences.

  1. Disable validators: Preferences -> Validation: check Suspend all validators
  2. Disables Spring validation: Preferences -> Spring: uncheck unwanted validation rules
  3. Disable Build Automatically: Preferences -> General -> workspace: uncheck build automatically
  4. Disable Maven indexing on startup: Preferences -> Maven: uncheck Download repository index updates on startup
References:

1 comment:

  1. Is that above process affect the project build or code correctness

    ReplyDelete