程序包的使用
org.springframework.boot.devtools.remote.server
程序包
说明
Auto-configuration for
spring-boot-devtools
.Server support for a remotely running Spring Boot application.
Remote restart server.
-
org.springframework.boot.devtools.autoconfigure使用的org.springframework.boot.devtools.remote.server中的类类说明Provides access control for a
Dispatcher
.Servlet filter providing integration with the remote serverDispatcher
.Interface to provide a mapping between aServerHttpRequest
and aHandler
. -
org.springframework.boot.devtools.remote.server使用的org.springframework.boot.devtools.remote.server中的类类说明Provides access control for a
Dispatcher
.Dispatcher used to route incoming remote server requests to aHandler
.A single handler that is able to process an incoming remote server request.Interface to provide a mapping between aServerHttpRequest
and aHandler
. -