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 uid-generator-jap-jdbc-spring-boot-starter-1.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.cooperlyt.cloud.uid.worker.jpa.jdbc
├─ io.github.cooperlyt.cloud.uid.worker.jpa.jdbc.WorkerIdAssigner.class - [JAR]
├─ io.github.cooperlyt.cloud.uid.worker.jpa.jdbc.WorkerIdAutoConfigure.class - [JAR]
io.github.cooperlyt.cloud.uid.worker.jpa.jdbc.entities
├─ io.github.cooperlyt.cloud.uid.worker.jpa.jdbc.entities.WorkerNodeEntity.class - [JAR]
io.github.cooperlyt.cloud.uid.worker.jpa.jdbc.repositories
├─ io.github.cooperlyt.cloud.uid.worker.jpa.jdbc.repositories.WorkerNodeRepository.class - [JAR]