This is the Mars CI/CD project for the first lab assignment of the course "Software Engineering in Practise"
- Maven: 3.9.9
- Java: 17
- Clone
- Maven build:
mvn clean package
- Running:
java -jar target/Mars_CICD-0.0.1-SNAPSHOT.jar
- Application: http://localhost:8080/resources
- Build image:
docker build -t mars_cicd:latest .
- Run:
docker run -p 8080:8080 resources:latest
- Application: http://localhost:8080/resources