Tool to test Yex integration
You need: JDK 8, Protocol buffers (protoc) 2.6.1, Maven. Building is supported from the command line with Maven and from any IDE that can load Maven projects.
- git clone [email protected]:panpengfei/yex-tool.git
- cd yex-tool
- vim pom.xml
- update protoc config(/usr/local/bin/protoc) to your own protoc install directory
- mvn clean package
usage: java -jar target/yex-tool-1.0.0.jar -f <input file> [-h] [-jo | -js | -pb] -s <server address> Tool to test Yex integration -f <input file> input file -h,--help display help message -jo json format, and NativeRequest/NativeResponse json object format -js json format, and NativeRequest/NativeResponse json string format -pb protocol buffers format, as default value -s <server address> server address