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-starter-code-gen-1.3.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.bootx.platform.starter.code.gen.util
├─ cn.bootx.platform.starter.code.gen.util.CodeGenUtil.class - [JAR]
cn.bootx.platform.starter.code.gen.controller
├─ cn.bootx.platform.starter.code.gen.controller.CodeGeneratorController.class - [JAR]
├─ cn.bootx.platform.starter.code.gen.controller.DatabaseTableController.class - [JAR]
cn.bootx.platform.starter.code.gen.service
├─ cn.bootx.platform.starter.code.gen.service.CodeGeneratorService.class - [JAR]
├─ cn.bootx.platform.starter.code.gen.service.DatabaseTableService.class - [JAR]
cn.bootx.platform.starter.code.gen.dao
├─ cn.bootx.platform.starter.code.gen.dao.DatabaseTableMapper.class - [JAR]
cn.bootx.platform.starter.code.gen.entity
├─ cn.bootx.platform.starter.code.gen.entity.CodeGenConfig.class - [JAR]
├─ cn.bootx.platform.starter.code.gen.entity.DatabaseColumn.class - [JAR]
├─ cn.bootx.platform.starter.code.gen.entity.DatabaseTable.class - [JAR]
cn.bootx.platform.starter.code.gen.code
├─ cn.bootx.platform.starter.code.gen.code.CodeGenColumnTypeEnum.class - [JAR]
├─ cn.bootx.platform.starter.code.gen.code.CodeGenTemplateVmEnum.class - [JAR]
cn.bootx.platform.starter.code.gen
├─ cn.bootx.platform.starter.code.gen.CodeGenAutoConfiguration.class - [JAR]
cn.bootx.platform.starter.code.gen.domain
├─ cn.bootx.platform.starter.code.gen.domain.CodeGenData.class - [JAR]
cn.bootx.platform.starter.code.gen.dto
├─ cn.bootx.platform.starter.code.gen.dto.CodeGenPreview.class - [JAR]
├─ cn.bootx.platform.starter.code.gen.dto.TableGenParamDto.class - [JAR]
cn.bootx.platform.starter.code.gen.param
├─ cn.bootx.platform.starter.code.gen.param.CodeGenParam.class - [JAR]