Package com.github.spring.jwt
Class JwtCrackerApplication
- java.lang.Object
-
- com.github.spring.jwt.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 Summary
Constructors Constructor Description JwtCrackerApplication()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
void
run(String... args)
-