jar

io.github.bovane : bovane-generator

Maven & Gradle

Jan 04, 2023
0 stars

generator代码生成

Table Of Contents

Latest Version

Download io.github.bovane : bovane-generator JAR file - Latest Versions:

All Versions

Download io.github.bovane : bovane-generator JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]

Advertisement