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 springboot-dbunit-sample-1.37.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.database.rider.springboot.controller
├─ com.github.database.rider.springboot.controller.MainController.class - [JAR]
├─ com.github.database.rider.springboot.controller.UserController.class - [JAR]
com.github.database.rider.springboot.model.company
├─ com.github.database.rider.springboot.model.company.Company.class - [JAR]
├─ com.github.database.rider.springboot.model.company.CompanyRepository.class - [JAR]
com.github.database.rider.springboot.infra.user
├─ com.github.database.rider.springboot.infra.user.UserDBConfig.class - [JAR]
com.github.database.rider.springboot
├─ com.github.database.rider.springboot.Application.class - [JAR]
com.github.database.rider.springboot.model.user
├─ com.github.database.rider.springboot.model.user.User.class - [JAR]
├─ com.github.database.rider.springboot.model.user.UserRepository.class - [JAR]
com.github.database.rider.springboot.infra.company
├─ com.github.database.rider.springboot.infra.company.CompanyDBConfig.class - [JAR]