Package org.springframework.boot.devtools.restart
package org.springframework.boot.devtools.restart
Application restart support.
-
ClassDescriptionUtility to determine if a Java agent based reloader (e.g.Default
RestartInitializer
that only enable initial restart when running a standard "main" method.Strategy used to handle launch failures.Various outcomes for the handler.ApplicationListener
to initialize theRestarter
.Allows a running application to be restarted with an updated classpath.Strategy interface used to initialize aRestarter
.Listener that is notified of application restarts.Restart@Scope
Annotation used to indicate that a bean should remain between restarts.Support for a 'restart'Scope
that allows beans to remain between restarts.