Class JwtCrackerApplication

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

    @SpringBootApplication
    public class JwtCrackerApplication
    extends Object
    implements org.springframework.boot.CommandLineRunner
    Main Class to run this program, parses command line options
    Author:
    pratapi.patel
    • Constructor Detail

      • JwtCrackerApplication

        public JwtCrackerApplication()
    • Method Detail

      • run

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

        public static void main​(String[] args)