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 unicorn-cd-generator-3.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.lwohvye.generator.domain
├─ com.lwohvye.generator.domain.ColumnInfo.class - [JAR]
├─ com.lwohvye.generator.domain.GenConfig.class - [JAR]
com.lwohvye.generator.repository
├─ com.lwohvye.generator.repository.ColumnInfoRepository.class - [JAR]
├─ com.lwohvye.generator.repository.GenConfigRepository.class - [JAR]
com.lwohvye.generator.service
├─ com.lwohvye.generator.service.IGenConfigService.class - [JAR]
├─ com.lwohvye.generator.service.IGeneratorService.class - [JAR]
com.lwohvye.generator.domain.vo
├─ com.lwohvye.generator.domain.vo.TableInfo.class - [JAR]
com.lwohvye.generator.rest
├─ com.lwohvye.generator.rest.GenConfigController.class - [JAR]
├─ com.lwohvye.generator.rest.GeneratorController.class - [JAR]
com.lwohvye.generator.service.impl
├─ com.lwohvye.generator.service.impl.GenConfigServiceImpl.class - [JAR]
├─ com.lwohvye.generator.service.impl.GeneratorServiceImpl.class - [JAR]
com.lwohvye.generator.utils
├─ com.lwohvye.generator.utils.ColUtil.class - [JAR]
├─ com.lwohvye.generator.utils.GenUtil.class - [JAR]