Skip to content

zhaown/yex-tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Yex Tool

Tool to test Yex integration

Building Notes

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.

Build From Source

  1. git clone [email protected]:panpengfei/yex-tool.git  
  2. cd yex-tool
  3. vim pom.xml
    • update protoc config(/usr/local/bin/protoc) to your own protoc install directory
  4. mvn clean package

Usage

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

About

Tool to test Yex integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%