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-sample-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
br.com.caiquejh.rquery.sample.service
├─ br.com.caiquejh.rquery.sample.service.PersonRepository.class - [JAR]
├─ br.com.caiquejh.rquery.sample.service.PersonService.class - [JAR]
br.com.caiquejh.rquery.sample
├─ br.com.caiquejh.rquery.sample.SpringSampleApplication.class - [JAR]
br.com.caiquejh.rquery.sample.controller
├─ br.com.caiquejh.rquery.sample.controller.PersonController.class - [JAR]
br.com.caiquejh.rquery.sample.model
├─ br.com.caiquejh.rquery.sample.model.Address.class - [JAR]
├─ br.com.caiquejh.rquery.sample.model.Gender.class - [JAR]
├─ br.com.caiquejh.rquery.sample.model.Person.class - [JAR]