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 template-modules-boot-1.1.0.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.templateproject.boot.controller.support
├─ org.templateproject.boot.controller.support.FieldBootController.class - [JAR]
├─ org.templateproject.boot.controller.support.MethodBootController.class - [JAR]
├─ org.templateproject.boot.controller.support.TemplateRequestWrapper.class - [JAR]
org.templateproject.boot.controller
├─ org.templateproject.boot.controller.SimpleBootController.class - [JAR]
org.templateproject.boot.advice.support
├─ org.templateproject.boot.advice.support.DateEditor.class - [JAR]
├─ org.templateproject.boot.advice.support.DoubleEditor.class - [JAR]
├─ org.templateproject.boot.advice.support.IntegerEditor.class - [JAR]
├─ org.templateproject.boot.advice.support.LongEditor.class - [JAR]
org.templateproject.boot.service.impl
├─ org.templateproject.boot.service.impl.SimpleBootService.class - [JAR]
org.templateproject.boot.advice
├─ org.templateproject.boot.advice.SimpleBootAdvice.class - [JAR]
org.templateproject.boot.service
├─ org.templateproject.boot.service.IBootService.class - [JAR]
├─ org.templateproject.boot.service.ICrudBootService.class - [JAR]
├─ org.templateproject.boot.service.IPagingAndSortingService.class - [JAR]