/code-generator

Generate java code using business model

Primary LanguageJavaApache License 2.0Apache-2.0

MSstack (A full stack micro services framework for Java)

Build Status Codacy Badge

About this project

This is the code generator of msstack
Generate business model into a code base which can be used to deployed in multiple micro services

Note: For further informaions about MSstack msstack.grydtech.com

Build from sources

Install maven

  1. You can download maven from here
  2. You can find installation instruction here

Clone and install dependencies

Clone repository to your local machine (assume you already installed git if not please install)

git clone https://github.com/msstack/code-generator.git
mvn clean install

Run

  1. Create business model according to json schema
  2. Run jar executable giving parameters
java -jar code-generator-1.0-SNAPSHOT.jar "<model.json>" "<output folder>" "<group id>" "<version>"