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 bovane-generator-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
work.bovane.generator.util
├─ work.bovane.generator.util.GenUtils.class - [JAR]
├─ work.bovane.generator.util.VelocityInitializer.class - [JAR]
├─ work.bovane.generator.util.VelocityUtils.class - [JAR]
work.bovane.generator.config
├─ work.bovane.generator.config.GenConfig.class - [JAR]
work.bovane.generator.mapper
├─ work.bovane.generator.mapper.GenTableColumnMapper.class - [JAR]
├─ work.bovane.generator.mapper.GenTableMapper.class - [JAR]
work.bovane.generator.domain
├─ work.bovane.generator.domain.GenTable.class - [JAR]
├─ work.bovane.generator.domain.GenTableColumn.class - [JAR]
work.bovane.generator.service
├─ work.bovane.generator.service.GenTableColumnServiceImpl.class - [JAR]
├─ work.bovane.generator.service.GenTableServiceImpl.class - [JAR]
├─ work.bovane.generator.service.IGenTableColumnService.class - [JAR]
├─ work.bovane.generator.service.IGenTableService.class - [JAR]
work.bovane.generator.controller
├─ work.bovane.generator.controller.GenController.class - [JAR]