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 quick-code-db-doc-1.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.ablxyw.utils
├─ cn.ablxyw.utils.DocUtil.class - [JAR]
├─ cn.ablxyw.utils.ExcelUtils.class - [JAR]
cn.ablxyw.service.impl
├─ cn.ablxyw.service.impl.SysDocServiceImpl.class - [JAR]
├─ cn.ablxyw.service.impl.TableInfoServiceImpl.class - [JAR]
cn.ablxyw.service
├─ cn.ablxyw.service.SysDocService.class - [JAR]
├─ cn.ablxyw.service.TableInfoService.class - [JAR]
cn.ablxyw.vo
├─ cn.ablxyw.vo.ColumnCode.class - [JAR]
├─ cn.ablxyw.vo.TableInfoSegment.class - [JAR]
cn.ablxyw.annotation
├─ cn.ablxyw.annotation.ExcelColumn.class - [JAR]
cn.ablxyw.entity
├─ cn.ablxyw.entity.TableColumnInfoEntity.class - [JAR]
├─ cn.ablxyw.entity.TableInfoEntity.class - [JAR]
cn.ablxyw.mapper
├─ cn.ablxyw.mapper.TableColumnInfoMapper.class - [JAR]
cn.ablxyw
├─ cn.ablxyw.QuickDbDocApplication.class - [JAR]
cn.ablxyw.controller
├─ cn.ablxyw.controller.SysDocConfigController.class - [JAR]