-
Notifications
You must be signed in to change notification settings - Fork 42
Plugin Options
Alessandro Falappa edited this page Jan 16, 2017
·
7 revisions
The plugins options can be found in the Spring Boot tab under the Java category in the NetBeans option dialog (Tools
> Options
):
These options are used in the Spring Boot Initializr project
wizard.
- Service URL: this is the Spring Initializr web service URL to use
- Service Timeout: web service timeout in seconds
These options are used as default launch options in the project wizards. After wizard completion they can be customized on a per project basis trough the Spring Boot project properties panel.
- Devtools restart manual trigger: if Spring Boot Devtools are used in the project enable manual trigger trough the toolbar button or key shortcut instead of restarting on class modification.
- Force color output: enable color in NetBeans Output window
- VM Options: default JVM options to use on launch
- Add options for launch optimization: add JVM options to reduce startup delay (see this GitHub project for more information)