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 xie-base-common-jpa-2.7.17.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.xiechanglei.base.common.jpa.annotation
├─ io.github.xiechanglei.base.common.jpa.annotation.NoOverwrite.class - [JAR]
io.github.xiechanglei.base.common.jpa.exception
├─ io.github.xiechanglei.base.common.jpa.exception.ForkNotExistsException.class - [JAR]
io.github.xiechanglei.base.common.jpa.entity
├─ io.github.xiechanglei.base.common.jpa.entity.SnowFlakeIdAndTimeFieldEntity.class - [JAR]
├─ io.github.xiechanglei.base.common.jpa.entity.SnowFlakeIdEntity.class - [JAR]
├─ io.github.xiechanglei.base.common.jpa.entity.UUIDIdAndTimeFieldEntity.class - [JAR]
├─ io.github.xiechanglei.base.common.jpa.entity.UUIDIdEntity.class - [JAR]
io.github.xiechanglei.base.common.jpa.config
├─ io.github.xiechanglei.base.common.jpa.config.DefaultJpaPropertyConfig.class - [JAR]
├─ io.github.xiechanglei.base.common.jpa.config.XieJpaAutoConfiguration.class - [JAR]
io.github.xiechanglei.base.common.jpa.generator
├─ io.github.xiechanglei.base.common.jpa.generator.MyUUIDGenerator.class - [JAR]
├─ io.github.xiechanglei.base.common.jpa.generator.SnowFlake.class - [JAR]
├─ io.github.xiechanglei.base.common.jpa.generator.SnowFlakeIdGenerator.class - [JAR]