类 RemoteSpringApplication
java.lang.Object
org.springframework.boot.devtools.RemoteSpringApplication
Application that can be used to establish a link to remotely running Spring Boot code.
Allows remote updates (if enabled). This class should be launched from within your IDE
and should have the same classpath configuration as the locally developed application.
The remote URL of the application should be provided as a non-option argument.
- 从以下版本开始:
- 1.3.0
- 作者:
- Phillip Webb
- 另请参阅:
-
方法概要
-
方法详细资料
-
main
Run theRemoteSpringApplication
.- 参数:
args
- the program arguments (including the remote URL as a non-option argument)
-