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-boot-example-1.0.0-Releases.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.huifer.entity.plugin.example
├─ com.github.huifer.entity.plugin.example.App.class - [JAR]
com.github.huifer.entity.plugin.example.entity
├─ com.github.huifer.entity.plugin.example.entity.OauthClientEntity.class - [JAR]
├─ com.github.huifer.entity.plugin.example.entity.OauthUserEntity.class - [JAR]
com.github.huifer.entity.plugin.example.impl.convert
├─ com.github.huifer.entity.plugin.example.impl.convert.OauthUserEntityConvert.class - [JAR]
├─ com.github.huifer.entity.plugin.example.impl.convert.OauthUserEntityConvertInSpring.class - [JAR]
com.github.huifer.entity.plugin.example.impl.validate
├─ com.github.huifer.entity.plugin.example.impl.validate.OauthUserEntityValidate.class - [JAR]
com.github.huifer.entity.plugin.example.req
├─ com.github.huifer.entity.plugin.example.req.UserAdd.class - [JAR]
com.github.huifer.entity.plugin.example.repo
├─ com.github.huifer.entity.plugin.example.repo.OauthClientRepo.class - [JAR]
├─ com.github.huifer.entity.plugin.example.repo.OauthUserRepo.class - [JAR]