Class 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
    See Also:
    RemoteClientConfiguration
    • Method Detail

      • main

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