View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window sparkzxl-jwt-starter-1.4.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.sparkzxl.jwt.config
├─ com.github.sparkzxl.jwt.config.JwtAutoConfiguration.class - [JAR]
com.github.sparkzxl.jwt.properties
├─ com.github.sparkzxl.jwt.properties.JwtProperties.class - [JAR]
├─ com.github.sparkzxl.jwt.properties.KeyStoreProperties.class - [JAR]
com.github.sparkzxl.jwt.service
├─ com.github.sparkzxl.jwt.service.JwtTokenService.class - [JAR]
com.github.sparkzxl.jwt.service.impl
├─ com.github.sparkzxl.jwt.service.impl.JwtTokenServiceImpl.class - [JAR]