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 lamp-jwt-starter-3.10.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
top.tangyh.basic.jwt.utils
├─ top.tangyh.basic.jwt.utils.JwtUtil.class - [JAR]
top.tangyh.basic.jwt.model
├─ top.tangyh.basic.jwt.model.AuthInfo.class - [JAR]
├─ top.tangyh.basic.jwt.model.JwtUserInfo.class - [JAR]
├─ top.tangyh.basic.jwt.model.Token.class - [JAR]
top.tangyh.basic.jwt
├─ top.tangyh.basic.jwt.JwtConfiguration.class - [JAR]
├─ top.tangyh.basic.jwt.JwtProperties.class - [JAR]
├─ top.tangyh.basic.jwt.TokenUtil.class - [JAR]