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 swagger-go-spring-boot-starter-1.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.yanyun.auth.dto
├─ com.yanyun.auth.dto.ResultDto.class - [JAR]
com.yanyun.go.utils
├─ com.yanyun.go.utils.JavaInvokeJS.class - [JAR]
├─ com.yanyun.go.utils.MethodUtils.class - [JAR]
com.yanyun.go.service
├─ com.yanyun.go.service.ApiToGoTestService.class - [JAR]
com.yanyun.go.plugin
├─ com.yanyun.go.plugin.SwaggerToGoTestPlugin.class - [JAR]
com.yanyun.go.config
├─ com.yanyun.go.config.SwaggerSupportGoAutoConfiguration.class - [JAR]
com.yanyun.go.properties
├─ com.yanyun.go.properties.GoProperties.class - [JAR]