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 aliyun-ons-spring-boot-starter-2.0.0.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.aliyun.openservices.spring.boot
├─ com.aliyun.openservices.spring.boot.AbstractBatchMessageListener.class - [JAR]
├─ com.aliyun.openservices.spring.boot.AbstractMessageListener.class - [JAR]
├─ com.aliyun.openservices.spring.boot.AbstractMessageOrderListener.class - [JAR]
├─ com.aliyun.openservices.spring.boot.AliyunOnsAutoConfiguration.class - [JAR]
├─ com.aliyun.openservices.spring.boot.AliyunOnsMqPoolProperties.class - [JAR]
├─ com.aliyun.openservices.spring.boot.AliyunOnsMqProperties.class - [JAR]
├─ com.aliyun.openservices.spring.boot.AliyunOnsMqTemplate.class - [JAR]
├─ com.aliyun.openservices.spring.boot.AliyunProperties.class - [JAR]
com.aliyun.openservices.spring.boot.annotation
├─ com.aliyun.openservices.spring.boot.annotation.BatchMessageConsumer.class - [JAR]
├─ com.aliyun.openservices.spring.boot.annotation.MessageConsumer.class - [JAR]
├─ com.aliyun.openservices.spring.boot.annotation.MessageOrderConsumer.class - [JAR]