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 base-pro-0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.yu.base.pro.config
├─ com.github.yu.base.pro.config.TimeHandler.class - [JAR]
com.github.yu.base.pro.mapper
├─ com.github.yu.base.pro.mapper.Mapper.class - [JAR]
com.github.yu.base.pro.controller
├─ com.github.yu.base.pro.controller.Controller.class - [JAR]
com.github.yu.base.pro.service
├─ com.github.yu.base.pro.service.Service.class - [JAR]
com.github.yu.base.pro.service.impl
├─ com.github.yu.base.pro.service.impl.ServiceImpl.class - [JAR]