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 joyqueue-web-springboot-starter-4.2.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.joyqueue.springboot.starter.properties
├─ org.joyqueue.springboot.starter.properties.MsgQueryConfigurationProperties.class - [JAR]
org.joyqueue.springboot.starter
├─ org.joyqueue.springboot.starter.MsgQueryConfiguration.class - [JAR]
├─ org.joyqueue.springboot.starter.ServiceAutoConfiguration.class - [JAR]
org.joyqueue.springboot.starter.condition
├─ org.joyqueue.springboot.starter.condition.MsgQueryEnabledCondition.class - [JAR]