Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 2.04 KB

File metadata and controls

63 lines (43 loc) · 2.04 KB

Boilerplate for WebSocket Microservice in Java

Build Status codecov JavaDoc License

Features

  • REST API and Swagger UI
  • Metrics and health check
  • CI with Travis
  • Docker Build

Installation

Install dependencies

./mvnw clean install

Running the tests

Run all tests

./mvnw test

Build

Build package

./mvnw package

Docker support

Build docker image

bash script/Dockerbuild.sh

Run docker container


docker run -d --name micro-websocket -p 8000:8000 javaboilerplates/micro-websocket

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE file for details