diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/src/test/resources/demo/Notes.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/src/test/resources/demo/Notes.txt b/common/src/test/resources/demo/Notes.txt index 315d6407c..777cdc0e1 100644 --- a/common/src/test/resources/demo/Notes.txt +++ b/common/src/test/resources/demo/Notes.txt @@ -11,8 +11,8 @@ mvn exec:java -Dexec.mainClass=org.onap.policy.models.sim.dmaap.startstop.Main Run CL from command line -Go to clamp/tosca-controlloop/runtime -mvn exec:java -Dexec.mainClass=org.onap.policy.clamp.controlloop.runtime.main.startstop.Main -Dexec.args="-c src/test/resources/parameters/TestParametersMariaDB.json" +Go to clamp/runtime-controlloop +mvn spring-boot:run -Dspring-boot.run.arguments="--topicServer=localhost --mariadb.host=localhost" Run Participant from command line using Maven mvn spring-boot:run -Dspring-boot.run.arguments="--server.port=8080 --topicServer=localhost" |