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.
You need to have maven installed, since it uses maven invoker to generate maven based java projects.
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>
- Maven - Dependency Management
- Sameer Chandra
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details