aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/test/resources/demo
diff options
context:
space:
mode:
authorFrancescoFioraEst <francesco.fiora@est.tech>2021-07-13 10:30:02 +0100
committerFrancescoFioraEst <francesco.fiora@est.tech>2021-07-20 14:13:14 +0100
commit2ddb38bd7f0c5e6b74f5ac74685120f32ce9e9de (patch)
tree18733e450cedd87d522e5db3554ce163a427ea13 /common/src/test/resources/demo
parentc16142da394ba515aa639aa87d88137a73c0c8ac (diff)
Refactor Control Loop Parameters in Spring
Issue-ID: POLICY-3461 Change-Id: I54351d02da9bfa2b775f40fad0a12a4f32994cd9 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'common/src/test/resources/demo')
-rw-r--r--common/src/test/resources/demo/Notes.txt4
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"