Class 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.
- Since:
- 1.3.0
- Author:
- Phillip Webb
- See Also:
-
Method Summary
-
Method Details
-
main
Run theRemoteSpringApplication
.- Parameters:
args
- the program arguments (including the remote URL as a non-option argument)
-