Package | Description |
---|---|
org.springframework.boot.devtools.autoconfigure |
Auto-configuration for
spring-boot-devtools . |
org.springframework.boot.devtools.remote.server |
Server support for a remotely running Spring Boot application.
|
Modifier and Type | Method and Description |
---|---|
HandlerMapper |
RemoteDevToolsAutoConfiguration.remoteDevToolsHealthCheckHandlerMapper(ServerProperties serverProperties) |
Modifier and Type | Method and Description |
---|---|
DispatcherFilter |
RemoteDevToolsAutoConfiguration.remoteDevToolsDispatcherFilter(AccessManager accessManager,
Collection<HandlerMapper> mappers) |
Modifier and Type | Class and Description |
---|---|
class |
UrlHandlerMapper
HandlerMapper implementation that maps incoming URLs. |
Constructor and Description |
---|
Dispatcher(AccessManager accessManager,
Collection<HandlerMapper> mappers) |