Class TestFrameworkVerifyApplication

java.lang.Object
io.github.lunasaw.gbproxy.test.TestFrameworkVerifyApplication
All Implemented Interfaces:
org.springframework.boot.CommandLineRunner

@SpringBootApplication public class TestFrameworkVerifyApplication extends Object implements org.springframework.boot.CommandLineRunner
GB28181测试模块验证应用 验证测试框架和工具类是否可以正常工作
  • Constructor Details

    • TestFrameworkVerifyApplication

      public TestFrameworkVerifyApplication()
  • Method Details

    • main

      public static void main(String[] args)
    • run

      public void run(String... args) throws Exception
      Specified by:
      run in interface org.springframework.boot.CommandLineRunner
      Throws:
      Exception