Created
October 24, 2018 04:07
-
-
Save ashwanthkumar/48b7495a7716fba77769db8a39db59ca to your computer and use it in GitHub Desktop.
Generate Java Thrift classes for thrift 0.8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
docker run -v "$PWD:/data" ashwanthkumar/docker-thrift:0.8 thrift --gen java:private-members --out /data/src/test/java/ /data/src/test/thrift/*.thrift |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment