Remove debugging args #207 (#214)

This commit is contained in:
Ricardo Niepel 2020-02-05 23:26:05 +01:00 committed by Artur Souza
parent a55504373f
commit cd2fc468d3
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ import static io.dapr.examples.DaprExamplesProtos.SayResponse;
* mvn clean install
* 2. Run in server mode:
* dapr run --app-id hellogrpc --app-port 5000 --protocol grpc \
* -- mvn exec:java -pl=examples -Dexec.mainClass=io.dapr.examples.invoke.grpc.HelloWorldService \
* -Dexec.args="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5009"
* -- mvn exec:java -pl=examples -D exec.mainClass=io.dapr.examples.invoke.grpc.HelloWorldService \
* -D exec.args="-p 5000"
*/
public class HelloWorldService {