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 common-spring-boot-starter-0.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ink.mnote.devtools.common
├─ ink.mnote.devtools.common.CommonConfiguration.class - [JAR]
ink.mnote.devtools.common.httptrace
├─ ink.mnote.devtools.common.httptrace.HttpTraceConfig.class - [JAR]
├─ ink.mnote.devtools.common.httptrace.HttpTraceConfiguration.class - [JAR]
├─ ink.mnote.devtools.common.httptrace.HttpTraceLogFilter.class - [JAR]
├─ ink.mnote.devtools.common.httptrace.HttpTraceLogWrapper.class - [JAR]
ink.mnote.devtools.common.result
├─ ink.mnote.devtools.common.result.ResultCode.class - [JAR]
├─ ink.mnote.devtools.common.result.ResultData.class - [JAR]
ink.mnote.devtools.common.cors
├─ ink.mnote.devtools.common.cors.CommonCorsConfig.class - [JAR]
├─ ink.mnote.devtools.common.cors.CommonCorsConfiguration.class - [JAR]