samair / javaprojectGenerator

A spring boot micro service which generates java projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java Project Generator

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

You need to have maven installed, since it uses maven invoker to generate maven based java projects.

Installing

Clone this repository

git clone -s https://github.com/samair/javaprojectGenerator.git

Once cloned, since it is spring boot app, create a JAR out of it, you could generate a snapshot and run.

java -jar <jarffileName>

How to run Spring boot App

Usage

Built With

  • Maven - Dependency Management

Authors

  • Sameer Chandra

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

A spring boot micro service which generates java projects


Languages

Language:Java 100.0%