类 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.
    从以下版本开始:
    1.3.0
    另请参阅:
    RemoteClientConfiguration
    • 方法详细资料

      • main

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