diff options
author | Jim Hahn <jrh3@att.com> | 2021-07-20 15:23:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-07-20 15:23:12 +0000 |
commit | 98b85c25b7ec0362e9c24dd452a4ab155a7f1138 (patch) | |
tree | 5955f60dbf40f299169cf8eaad57fecc053112b6 /common | |
parent | 31482150f5048e2e3f7aad4ee0ef8cb611542870 (diff) | |
parent | 2ddb38bd7f0c5e6b74f5ac74685120f32ce9e9de (diff) |
Merge "Refactor Control Loop Parameters in Spring"
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" |