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 library-springboot-kafka-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.dxy.library.springboot.kafka.rest
├─ com.dxy.library.springboot.kafka.rest.KafkaTestRest.class - [JAR]
com.dxy.library.springboot.kafka.config
├─ com.dxy.library.springboot.kafka.config.KafkaConfig.class - [JAR]
com.dxy.library.springboot.kafka.constant
├─ com.dxy.library.springboot.kafka.constant.KafkaTopic.class - [JAR]
com.dxy.library.springboot.kafka
├─ com.dxy.library.springboot.kafka.KafkaApplication.class - [JAR]
com.dxy.library.springboot.kafka.producer
├─ com.dxy.library.springboot.kafka.producer.KafkaProducer.class - [JAR]