jar

com.neko233 : forward-engineering

Maven & Gradle

Jan 19, 2023
0 stars

forward-engineering · ForwardEngineering is a Java Class -> Code Generator Tech. 1. you can generate DB Table DDL (example: MySQL) 2. you can generate Spring Web MVC Code 3. you can generate Event Handler in Reactive Style by your self~ Official only support very simple Template to you, but you can DIY your self. Enjoy it!

Table Of Contents

Latest Version

Download com.neko233 : forward-engineering JAR file - Latest Versions:

All Versions

Download com.neko233 : forward-engineering JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.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 forward-engineering-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.neko233.forward.dbEngine

├─ com.neko233.forward.dbEngine.GenerateSqlApi.class - [JAR]

├─ com.neko233.forward.dbEngine.GenerateSqlApiFactory.class - [JAR]

com.neko233.forward.dbEngine.constant

├─ com.neko233.forward.dbEngine.constant.CharsetEnum.class - [JAR]

├─ com.neko233.forward.dbEngine.constant.DbType.class - [JAR]

├─ com.neko233.forward.dbEngine.constant.EngineEnum.class - [JAR]

├─ com.neko233.forward.dbEngine.constant.HiveTypeEnum.class - [JAR]

├─ com.neko233.forward.dbEngine.constant.MysqlTypeEnum.class - [JAR]

com.neko233.forward.dbEngine.annotation

├─ com.neko233.forward.dbEngine.annotation.Column.class - [JAR]

├─ com.neko233.forward.dbEngine.annotation.Constraint.class - [JAR]

├─ com.neko233.forward.dbEngine.annotation.Index.class - [JAR]

├─ com.neko233.forward.dbEngine.annotation.Table.class - [JAR]

com.neko233.forward.dbEngine.factory

├─ com.neko233.forward.dbEngine.factory.ColumnFactory.class - [JAR]

├─ com.neko233.forward.dbEngine.factory.FileFactory.class - [JAR]

com.neko233.forward.util

├─ com.neko233.forward.util.CamelCaseUtil.class - [JAR]

├─ com.neko233.forward.util.PackageScanner.class - [JAR]

├─ com.neko233.forward.util.StringUtilsByForward.class - [JAR]

com.neko233.forward.codeEngine

├─ com.neko233.forward.codeEngine.CodeEngine.class - [JAR]

├─ com.neko233.forward.codeEngine.CodeEngineFactory.class - [JAR]

com.neko233.forward.codeEngine.domain

├─ com.neko233.forward.codeEngine.domain.CodeEngineMetadata.class - [JAR]

com.neko233.forward

├─ com.neko233.forward.CodeForwardEngine.class - [JAR]

├─ com.neko233.forward.ForwardEngine.class - [JAR]

com.neko233.forward.dbEngine.annotation.hive

├─ com.neko233.forward.dbEngine.annotation.hive.HiveConfig.class - [JAR]

com.neko233.forward.dbEngine.generate

├─ com.neko233.forward.dbEngine.generate.HiveGenerateSqlApi.class - [JAR]

├─ com.neko233.forward.dbEngine.generate.MysqlGenerateSqlApi.class - [JAR]

com.neko233.forward.codeEngine.impl

├─ com.neko233.forward.codeEngine.impl.CodeEngineByJavaDaoCrudSimpleTemplate.class - [JAR]

├─ com.neko233.forward.codeEngine.impl.CodeEngineByJavaSpringWebV2xx.class - [JAR]

com.neko233.forward.dbEngine.rule

├─ com.neko233.forward.dbEngine.rule.DefaultColumnRule.class - [JAR]

com.neko233.forward.dbEngine.exception

├─ com.neko233.forward.dbEngine.exception.NekoException.class - [JAR]

com.neko233.forward.codeEngine.constant

├─ com.neko233.forward.codeEngine.constant.CodeEngineName.class - [JAR]

com.neko233.forward.dbEngine.metadata

├─ com.neko233.forward.dbEngine.metadata.ColumnMetaData.class - [JAR]

├─ com.neko233.forward.dbEngine.metadata.TableMetaData.class - [JAR]