Spring Boot · Vue.js · Websockets · STOMP · SockJS · Bootstrap4 · Docker
This is a simple application using spring-boot, vue.js and websockets. It displays random real-time data on a table every second.
./mvnw clean compile spring-boot:run
Visit http://localhost:8080
🙏
./mvnw test
- Build docker image
cd spring-boot-vuejs-websockets
docker build -t spring-boot-vuejs-websockets .
- Run
docker run -p 8080:8080 -it spring-boot-vuejs-websockets
- Visit
http://localhost:8080
🙏