Sign in
apache
/
dubbo-go-samples
/
refs/heads/main
/
.
/
http3
/
java-client
/
run.sh
blob: 5853923b4b6f852f7aa2705808b23c36aafb7488 [
file
] [
log
] [
blame
]
#!/bin/bash
cd
"$(dirname "
$0
")"
mvn
-
q compile exec
:
java
-
Dexec
.
mainClass
=
"org.apache.dubbo.samples.h3.H3ClientApp"