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 common-template-0.0.1-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.mofa3.template.config
├─ io.github.mofa3.template.config.TemplateConfig.class - [JAR]
io.github.mofa3.template.dao
├─ io.github.mofa3.template.dao.BaseDAO.class - [JAR]
io.github.mofa3.template.model
├─ io.github.mofa3.template.model.BaseModel.class - [JAR]
io.github.mofa3.template.service
├─ io.github.mofa3.template.service.BaseServiceImpl.class - [JAR]
├─ io.github.mofa3.template.service.IBaseService.class - [JAR]
io.github.mofa3.template.controller
├─ io.github.mofa3.template.controller.AbstractControllerTemplate.class - [JAR]
├─ io.github.mofa3.template.controller.ControllerCallback.class - [JAR]
├─ io.github.mofa3.template.controller.ControllerTemplate.class - [JAR]