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 myboot-example-3.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.fmjsjx.myboot.example.http.router
├─ com.github.fmjsjx.myboot.example.http.router.TestController.class - [JAR]
├─ com.github.fmjsjx.myboot.example.http.router.TestRouter.class - [JAR]
com.github.fmjsjx.myboot.example
├─ com.github.fmjsjx.myboot.example.ExampleApplication.class - [JAR]
com.github.fmjsjx.myboot.example.aliyunons
├─ com.github.fmjsjx.myboot.example.aliyunons.ConsumerManager.class - [JAR]
com.github.fmjsjx.myboot.example.redis
├─ com.github.fmjsjx.myboot.example.redis.RedisManager.class - [JAR]
com.github.fmjsjx.myboot.example.mongodb
├─ com.github.fmjsjx.myboot.example.mongodb.MongoDBManager.class - [JAR]