...
- Build the blueprint processor project using – (ccsdk/apps/ms/blueprintsprocessor)
mvn clean install -DskipTests -Dmaven.test.skip=true -Pdocker
(After one successful build, you may add -o option to speed up the build) - Start the maria-db container using - with docker-compose -f docker-compose.yml in directory ccsdk/apps/ms/blueprintsprocessor/distribution/src/main/dc
docker-compose up -dThe docker compose file is present under distribution/code/ccsdk/apps/ms/blueprintsprocessor/distribution/src/main/dc/
You have to configure your IDE like in order to run the application.
...