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 ezyfox-boot-autoconfigure-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.tvd12.ezyfox.boot.jpa
├─ com.tvd12.ezyfox.boot.jpa.EzyJpaConfiguration.class - [JAR]
com.tvd12.ezyfox.boot.redis
├─ com.tvd12.ezyfox.boot.redis.EzyRedisConfiguration.class - [JAR]
com.tvd12.ezyfox.boot.mongodb
├─ com.tvd12.ezyfox.boot.mongodb.EzyMongoConfiguration.class - [JAR]
com.tvd12.ezyfox.boot.util
├─ com.tvd12.ezyfox.boot.util.EzyDatabaseContexts.class - [JAR]