Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

There are two ways you can run the blueprint processor application.

  1. Using blueprint processor container 
  2. Running application using Intellij IDE.

In this document I am showing the how can we run it using Intellij IDE. I will cover the first way in the coming weeks

  1.  Build the blueprint processor project using   
    mvn clean install -o -DskipTests -Dmaven.test.skip=true -Pdocker


  • No labels