jerrypeng / msggw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To build and test:

bazel test //...

To build a deployable jar:

bazel build //msggw:msggw_deploy.jar

The deployable jar is created as bazel-bin/msggw/msggw_deploy.jar. To run:

java -cp conf:bazel-bin/msggw/msggw_deploy.jar io.streaml.msggw.MessagingGatewayStarter

About

License:Apache License 2.0


Languages

Language:Java 93.9%Language:Python 6.1%