- Install Java 11
- Install Maven. You need to put both M2_HOME and MAVEN_HOME
- Install Lombok Plugin on your IDE of choice
- Clone the Gitlab repository
- Run
./mvnw compile
- Run
./mvnw clean spring-boot:run
- Run
./mvnw clean package
to produce a .jar file - Run
docker build -t shared-travel-app .
to build the container - Run
docker run -p 8080:8080 shared-travel-app
to deploy the container