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 zzutils-auth-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
fun.zzutils.auth.shiro.config
├─ fun.zzutils.auth.shiro.config.ShiroConfig.class - [JAR]
fun.zzutils.auth.shiro.entity
├─ fun.zzutils.auth.shiro.entity.Permission.class - [JAR]
├─ fun.zzutils.auth.shiro.entity.Role.class - [JAR]
├─ fun.zzutils.auth.shiro.entity.User.class - [JAR]
fun.zzutils.auth.shiro
├─ fun.zzutils.auth.shiro.ShiroLoginController.class - [JAR]
fun.zzutils.auth.shiro.Realm
├─ fun.zzutils.auth.shiro.Realm.CustomRealm.class - [JAR]