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 zuihou-scan-starter-2.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.zuihou.scan.properties
├─ com.github.zuihou.scan.properties.ScanPersistenceType.class - [JAR]
├─ com.github.zuihou.scan.properties.ScanProperties.class - [JAR]
com.github.zuihou.scan
├─ com.github.zuihou.scan.ScanConfiguration.class - [JAR]
com.github.zuihou.scan.utils
├─ com.github.zuihou.scan.utils.RequestMappingScanUtils.class - [JAR]
com.github.zuihou.scan.service
├─ com.github.zuihou.scan.service.SystemApiScanService.class - [JAR]
com.github.zuihou.scan.controller
├─ com.github.zuihou.scan.controller.SystemApiScanController.class - [JAR]
com.github.zuihou.scan.model
├─ com.github.zuihou.scan.model.SystemApiSaveDTO.class - [JAR]
├─ com.github.zuihou.scan.model.SystemApiScanSaveDTO.class - [JAR]