Class ExportRESTDocAPICmdLine

  • All Implemented Interfaces:
    org.springframework.boot.ApplicationRunner

    @Component
    public class ExportRESTDocAPICmdLine
    extends Object
    implements org.springframework.boot.ApplicationRunner
    Usage: $ java -jar myspringapp.jar export-rest-doc-api
    • Constructor Detail

      • ExportRESTDocAPICmdLine

        public ExportRESTDocAPICmdLine()
    • Method Detail

      • run

        public void run​(org.springframework.boot.ApplicationArguments args)
                 throws Exception
        Specified by:
        run in interface org.springframework.boot.ApplicationRunner
        Throws:
        Exception