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 odo-example-user-service-0.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.odoframework.userservice.util
├─ org.odoframework.userservice.util.PopulateDatabase.class - [JAR]
org.odoframework.userservice.service
├─ org.odoframework.userservice.service.UserService.class - [JAR]
org.odoframework.userservice.data
├─ org.odoframework.userservice.data.UserRepo.class - [JAR]
org.odoframework.userservice.application
├─ org.odoframework.userservice.application.UserServiceApplication.class - [JAR]
org.odoframework.userservice.api
├─ org.odoframework.userservice.api.UserController.class - [JAR]
org.odoframework.userservice.domain
├─ org.odoframework.userservice.domain.Role.class - [JAR]
├─ org.odoframework.userservice.domain.User.class - [JAR]
├─ org.odoframework.userservice.domain.UserType.class - [JAR]