You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced servlet-container-agnostic tasks appRun, appRunDebug, ..., as well as servlet-container-specific tasks jettyRun, jettyRunDebug, ..., tomcatRun, tomcatRunDebug, ...
Facilitated all web-apps with spring-loaded by default. This can be turned off by setting managedClassReload=false in Gretty configuration.
Hot-deployment property scanInterval is set to 1 (second) by default. Hot-deployment can be turned off by setting scanInterval=0 in Gretty configuration.
Hot-deployment property fastReload is set to true by default. Fast reloading can be turned off by setting fastReload=false in Gretty configuration.