Package | Description |
---|---|
org.springframework.boot.devtools.restart |
Application restart support.
|
Modifier and Type | Field and Description |
---|---|
static FailureHandler |
FailureHandler.NONE
FailureHandler that always aborts. |
Modifier and Type | Method and Description |
---|---|
void |
Restarter.restart(FailureHandler failureHandler)
Restart the running application.
|
protected void |
Restarter.start(FailureHandler failureHandler)
Start the application.
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.