Skip to content

Commit

Permalink
template : Minor changes in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster committed Aug 28, 2024
1 parent 3026af5 commit 52aa48a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grpc-jexpress-template/run_client.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

java -cp target/grpc-jexpress-template-1.0-SNAPSHOT.jar:target/lib/* com.flipkart.grpc.jexpress.SampleClient
exec java -cp target/grpc-jexpress-template-1.0-SNAPSHOT.jar:target/lib/* com.flipkart.grpc.jexpress.SampleClient
2 changes: 1 addition & 1 deletion grpc-jexpress-template/run_server.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

java -cp target/grpc-jexpress-template-1.0-SNAPSHOT.jar:target/lib/* --add-opens=java.base/java.lang=ALL-UNNAMED com.flipkart.grpc.jexpress.SampleApplication server src/main/resources/configuration.yml
exec java -cp target/grpc-jexpress-template-1.0-SNAPSHOT.jar:target/lib/* --add-opens=java.base/java.lang=ALL-UNNAMED com.flipkart.grpc.jexpress.SampleApplication server src/main/resources/configuration.yml

0 comments on commit 52aa48a

Please sign in to comment.