This is probably simplest websocket demo one can create with Spring Boot and websockets.
gradle clean build test
java -jar build/libs/spring-websockets-1.0.0-SNAPSHOT.jar
Go to index.html at http://localhost:8080/index.html
and follow on-screen instructions.