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 |
---|---|
AccessManager |
RemoteDevToolsAutoConfiguration.remoteDevToolsAccessManager() |
Modifier and Type | Method and Description |
---|---|
DispatcherFilter |
RemoteDevToolsAutoConfiguration.remoteDevToolsDispatcherFilter(AccessManager accessManager,
Collection<HandlerMapper> mappers) |
Modifier and Type | Class and Description |
---|---|
class |
HttpHeaderAccessManager
AccessManager that checks for the presence of a HTTP header secret. |
Modifier and Type | Field and Description |
---|---|
static AccessManager |
AccessManager.PERMIT_ALL
AccessManager that permits all requests. |
Constructor and Description |
---|
Dispatcher(AccessManager accessManager,
Collection<HandlerMapper> mappers) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.