/spring-boot-vuejs-websockets

✔️ Simple spring-boot vue.js app with websockets and docker support

Primary LanguageJavaMIT LicenseMIT

spring-boot-vuejs-websockets

Spring Boot · Vue.js · Websockets · STOMP · SockJS · Bootstrap4 · Docker

travis licence

This is a simple application using spring-boot, vue.js and websockets. It displays random real-time data on a table every second.

Run it! 🏃

./mvnw clean compile spring-boot:run

Visit http://localhost:8080 🙏

Run the tests

./mvnw test

Run with docker 🏃🐳

  1. Build docker image
cd spring-boot-vuejs-websockets
docker build -t spring-boot-vuejs-websockets .
  1. Run
docker run -p 8080:8080 -it spring-boot-vuejs-websockets
  1. Visit http://localhost:8080 🙏

Made with ❤️@2019