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 lucky-shiro-2.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.lucky.shiro.aspect
├─ com.lucky.shiro.aspect.LuckyShiroAccessControlPoint.class - [JAR]
com.lucky.shiro.conf
├─ com.lucky.shiro.conf.LuckyShiroConfigBean.class - [JAR]
com.lucky.shiro.filter
├─ com.lucky.shiro.filter.LuckyFilterChainResolverFactory.class - [JAR]
├─ com.lucky.shiro.filter.LuckyShiroFilter.class - [JAR]
com.lucky.shiro
├─ com.lucky.shiro.App.class - [JAR]