OpenWMS.org API Gateway
An API Gateway that serves as a central entry point into the whole microservice network and takes care about security and routing.
![Build status][ci-image]
Build and Run locally
$ ./mvnw package
$ java -jar target/openwms-gateway-exec.jar
Release
$ ./mvnw release:prepare
$ ./mvnw release:perform