ELRR service which aggregates learner profiles
For building and running the elrraggregator you need:
- JDK 1.8
- Maven 3
- mvn clean install -Dmaven.test.skip=false
The easiest way to deploy the sample application to Docker is to follow below steps:
- mkdir -p target/dependency && (cd target/dependency; jar -xf ../*.jar)
- docker build --build-arg JAR_FILE="./target/elrraggregator-0.0.1-SNAPSHOT.jar" --file Dockerfile -t <docker_hub>/test:elrraggregator-dck-img
- docker run -p Port:Port -t <docker_hub>/test:elrraggregator-dck-img
There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the com.deloitte.elrr.elrrconsolidate.ElrrConsolidateApplication class from your IDE
- mvn spring-boot:run
- docker push <docker_hub>/test:elrraggregator-dck-img