Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sirisha Manchikanti to update.


Run Participant Simulator from command line using Maven

mvn spring-boot:run -Dspring-boot.run.arguments="--server.port=8080 --topicServer=localhost"

Run Participant from command line using Jar

java -jar -Dserver.port=8080 -DtopicServer=localhost target/policy-clamp-participant-impl-simulator-6.1.2-SNAPSHOT.jar