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 spring-boot-starter-well-exception-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.zxk175.exception
├─ com.zxk175.exception.GlobalDefaultConfiguration.class - [JAR]
├─ com.zxk175.exception.GlobalExceptionHandler.class - [JAR]
com.zxk175.exception.util
├─ com.zxk175.exception.util.RequestUtils.class - [JAR]
com.zxk175.exception.common
├─ com.zxk175.exception.common.CodeMsg.class - [JAR]
├─ com.zxk175.exception.common.Response.class - [JAR]
com.zxk175.exception.bean
├─ com.zxk175.exception.bean.ErrorDto.class - [JAR]