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-template-boxes-boot-starter-2.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.spring.boxes.template.starter
├─ com.spring.boxes.template.starter.DeliveryService.class - [JAR]
├─ com.spring.boxes.template.starter.EnableTemplate.class - [JAR]
├─ com.spring.boxes.template.starter.RenderService.class - [JAR]
├─ com.spring.boxes.template.starter.TemplateService.class - [JAR]
com.spring.boxes.template.starter.configure
├─ com.spring.boxes.template.starter.configure.BoxesTemplateAutoConfiguration.class - [JAR]
├─ com.spring.boxes.template.starter.configure.BoxesTemplateProperties.class - [JAR]
com.spring.boxes.template.starter.service
├─ com.spring.boxes.template.starter.service.BoxesTemplateServices.class - [JAR]
├─ com.spring.boxes.template.starter.service.FreemarkerServices.class - [JAR]
├─ com.spring.boxes.template.starter.service.HtmlEmailServices.class - [JAR]
├─ com.spring.boxes.template.starter.service.TemplateType.class - [JAR]