Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 320 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 320 Bytes

spring-websocket-js

A basic websocket application with spring and javascript

Run command

To start the application, please run the follwoing maven command in project's root directory from terminal:

  • mvn spring-boot:run

NB - your default java version should be matched to java.version in your pom.xml file.