Simple Starter Parent Java
This project will contain a parent project for Non-Spring Boot projects. For Spring Boot projects, refer to simple-boot-parent-java.
Usage and setup (Local machine)
Prerequisites
- Clone and install simple-starter-build-tools from https://github.com/heartin/simple-starter-build-tools
Building the project
- Clone and install simple-starter-parent-java (this project)
git clone https://github.com/heartin/simple-starter-parent-java.git
Run './mvnw clean install' or 'mvn clean install'
References
This project was created based on steps outlined at below url with some modifications: https://spring.io/guides/gs/multi-module/