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 jvs-gateway-common-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.bctools.gateway.entity
├─ cn.bctools.gateway.entity.Apply.class - [JAR]
├─ cn.bctools.gateway.entity.GatewayCodePo.class - [JAR]
├─ cn.bctools.gateway.entity.GatewayIgnorePathPo.class - [JAR]
├─ cn.bctools.gateway.entity.GatewayRoutePo.class - [JAR]
├─ cn.bctools.gateway.entity.Permission.class - [JAR]
├─ cn.bctools.gateway.entity.TenantPo.class - [JAR]
cn.bctools.gateway.mapper
├─ cn.bctools.gateway.mapper.ApplyMapper.class - [JAR]
├─ cn.bctools.gateway.mapper.GatewayCodeMapper.class - [JAR]
├─ cn.bctools.gateway.mapper.GatewayIgnorePathMapper.class - [JAR]
├─ cn.bctools.gateway.mapper.GatewayRouteMapper.class - [JAR]
├─ cn.bctools.gateway.mapper.PermissionMapper.class - [JAR]
├─ cn.bctools.gateway.mapper.TenantMapper.class - [JAR]
cn.bctools.gateway.service
├─ cn.bctools.gateway.service.CodeService.class - [JAR]
├─ cn.bctools.gateway.service.IgnorePathService.class - [JAR]
├─ cn.bctools.gateway.service.PermissionService.class - [JAR]
├─ cn.bctools.gateway.service.TenantService.class - [JAR]