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 athena-security-plugin-jpa-1.2.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.gitee.mingbaobaba.security.plugin.jpa.entity
├─ io.gitee.mingbaobaba.security.plugin.jpa.entity.SecuritySessionEntity.class - [JAR]
├─ io.gitee.mingbaobaba.security.plugin.jpa.entity.SecurityTokenEntity.class - [JAR]
io.gitee.mingbaobaba.security.plugin.jpa.configuration
├─ io.gitee.mingbaobaba.security.plugin.jpa.configuration.AutoConfiguration.class - [JAR]
io.gitee.mingbaobaba.security.plugin.jpa.repository
├─ io.gitee.mingbaobaba.security.plugin.jpa.repository.SecurityJpaRepository.class - [JAR]
├─ io.gitee.mingbaobaba.security.plugin.jpa.repository.SecuritySessionRepository.class - [JAR]
├─ io.gitee.mingbaobaba.security.plugin.jpa.repository.SecurityTokenRepository.class - [JAR]