jar

com.homihq : db2code

Maven & Gradle

Jan 22, 2023
1 stars

REST API Generator from DB tables. · db2code - Generates Secure REST API from DB tables. Currently, it generates code for Java Spring Boot.

Table Of Contents

Latest Version

Download com.homihq : db2code JAR file - Latest Versions:

All Versions

Download com.homihq : db2code JAR file - All Versions:

Version Vulnerabilities Size Updated
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 db2code-0.0.10.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.homihq.extra.springboot

├─ com.homihq.extra.springboot.App.class - [JAR]

├─ com.homihq.extra.springboot.ConfigLoader.class - [JAR]

├─ com.homihq.extra.springboot.DbConfig.class - [JAR]

├─ com.homihq.extra.springboot.PrimaryKey.class - [JAR]

├─ com.homihq.extra.springboot.SchemaSelection.class - [JAR]

├─ com.homihq.extra.springboot.Table.class - [JAR]

├─ com.homihq.extra.springboot.TableFilter.class - [JAR]

com.homihq.generator

├─ com.homihq.generator.ControllerGenerator.class - [JAR]

├─ com.homihq.generator.DtoGenerator.class - [JAR]

├─ com.homihq.generator.ExceptionGenerator.class - [JAR]

├─ com.homihq.generator.JpaEntityGenerator.class - [JAR]

├─ com.homihq.generator.RepositoryGenerator.class - [JAR]

├─ com.homihq.generator.ServiceGenerator.class - [JAR]

com.homihq.strategy

├─ com.homihq.strategy.AssociationDetectionStrategy.class - [JAR]

├─ com.homihq.strategy.OneToOneDetectionStrategy.class - [JAR]

com.homihq.workflow

├─ com.homihq.workflow.CreateRestProjectWorkflow.class - [JAR]

├─ com.homihq.workflow.GenerateRestComponentsWorkflow.class - [JAR]

com.homihq.extra.springboot.task

├─ com.homihq.extra.springboot.task.CreateProjectFolderTask.class - [JAR]

├─ com.homihq.extra.springboot.task.GenerateAppYamlTask.class - [JAR]

├─ com.homihq.extra.springboot.task.GenerateMainClassTask.class - [JAR]

├─ com.homihq.extra.springboot.task.GitCheckoutTask.class - [JAR]

├─ com.homihq.extra.springboot.task.RenameProjectTask.class - [JAR]

├─ com.homihq.extra.springboot.task.UpdateRootPomTask.class - [JAR]

com.homihq.model

├─ com.homihq.model.Entity.class - [JAR]

├─ com.homihq.model.Field.class - [JAR]

├─ com.homihq.model.MetaData.class - [JAR]

├─ com.homihq.model.One2One.class - [JAR]

com.homihq.tool

├─ com.homihq.tool.DbMetaDataLoader.class - [JAR]

com.homihq.example

├─ com.homihq.example.CreateRestProjectWorkflowExample.class - [JAR]

├─ com.homihq.example.PostgreSqlExample.class - [JAR]