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 aurora-examples-0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
top.javap.aurora.example
├─ top.javap.aurora.example.SimpleExample.class - [JAR]
top.javap.aurora.example.api
├─ top.javap.aurora.example.api.UomgMapper.class - [JAR]
top.javap.aurora.example.spring
├─ top.javap.aurora.example.spring.SpringExample.class - [JAR]
top.javap.aurora.example.result
├─ top.javap.aurora.example.result.CommentResult.class - [JAR]
├─ top.javap.aurora.example.result.MusicResult.class - [JAR]
├─ top.javap.aurora.example.result.QingHuaResult.class - [JAR]
top.javap.aurora.example.springboot
├─ top.javap.aurora.example.springboot.MyAuroraInterceptor.class - [JAR]
├─ top.javap.aurora.example.springboot.SpringBootExample.class - [JAR]