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 springify-examples-0.2.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.borjaglez
├─ com.borjaglez.Application.class - [JAR]
com.borjaglez.repository.entity
├─ com.borjaglez.repository.entity.UserStateEnum.class - [JAR]
com.borjaglez.repository.controller
├─ com.borjaglez.repository.controller.AddressController.class - [JAR]
├─ com.borjaglez.repository.controller.UserController.class - [JAR]
com.borjaglez.repository.model
├─ com.borjaglez.repository.model.Address.class - [JAR]
├─ com.borjaglez.repository.model.User.class - [JAR]
com.borjaglez.repository.repository
├─ com.borjaglez.repository.repository.AddressRepository.class - [JAR]
├─ com.borjaglez.repository.repository.UserRepository.class - [JAR]