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 distribute-impl-jpa-0.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.shoothzj.distribute.impl.jpa.domain
├─ com.github.shoothzj.distribute.impl.jpa.domain.LockPo.class - [JAR]
com.github.shoothzj.distribute.impl.jpa
├─ com.github.shoothzj.distribute.impl.jpa.JpaDistributeConfiguration.class - [JAR]
├─ com.github.shoothzj.distribute.impl.jpa.JpaLockImpl.class - [JAR]
com.github.shoothzj.distribute.impl.jpa.repo
├─ com.github.shoothzj.distribute.impl.jpa.repo.LockRepo.class - [JAR]