a store microservice over spring boot and mongo
./gradlew run
- used to test communication with logservice local, firstly run the run.sh of logservice, then do it:
./run.sh
ENV=test ./run.sh
- this script requires account in docker hub:
bash eks/push-eks.sh $LOGSERVICE_ADDR
LOGSERVICE_ADDR is the logservice address (with port), used to logstash and packetbeat in storeservice container, send the logs and metrics respectively.
run the project and access the swagger page:
GET /swagger-ui.html
or here (may be outdated)