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 spring-boot-starter-shiro-sample-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ruijc.sample.spring.boot
├─ com.ruijc.sample.spring.boot.MyAuthFilter.class - [JAR]
├─ com.ruijc.sample.spring.boot.PasswordRealm.class - [JAR]
├─ com.ruijc.sample.spring.boot.SpringbootStarterSampleApplication.class - [JAR]
com.ruijc.sample.spring.boot.logic
├─ com.ruijc.sample.spring.boot.logic.UserL.class - [JAR]
com.ruijc.sample.spring.boot.bean
├─ com.ruijc.sample.spring.boot.bean.User.class - [JAR]
com.ruijc.sample.spring.boot.mapper
├─ com.ruijc.sample.spring.boot.mapper.IUserMapper.class - [JAR]
com.ruijc.sample.spring.boot.controller
├─ com.ruijc.sample.spring.boot.controller.UserController.class - [JAR]