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 goku-framework-starter-data-jpa-2.0.05_10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
top.zopx.goku.framework.jpa
├─ top.zopx.goku.framework.jpa.GokuFrameworkJpaAutoConfiguration.class - [JAR]
top.zopx.goku.framework.jpa.model
├─ top.zopx.goku.framework.jpa.model.AutoPersistListener.class - [JAR]
├─ top.zopx.goku.framework.jpa.model.EntityModel.class - [JAR]
top.zopx.goku.framework.jpa.code.service.impl
├─ top.zopx.goku.framework.jpa.code.service.impl.BaseServiceImpl.class - [JAR]
├─ top.zopx.goku.framework.jpa.code.service.impl.LifeCycle.class - [JAR]
top.zopx.goku.framework.jpa.code.service
├─ top.zopx.goku.framework.jpa.code.service.IService.class - [JAR]
top.zopx.goku.framework.jpa.strategy
├─ top.zopx.goku.framework.jpa.strategy.SnowflakeStrategy.class - [JAR]
top.zopx.goku.framework.jpa.code.repository
├─ top.zopx.goku.framework.jpa.code.repository.BaseRepository.class - [JAR]