Class RemoteSpringApplication

java.lang.Object
org.springframework.boot.devtools.RemoteSpringApplication

public final class RemoteSpringApplication extends Object
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 Details

    • main

      public static void main(String[] args)
      Parameters:
      args - the program arguments (including the remote URL as a non-option argument)