nielsutrecht / spring-boot-websocket-client

Demonstrates a Spring Boot Websocket + Stomp service with both a JavaScript and Java client
MIT License
99 stars 58 forks source link

added tomcat dependencies in pom.xml #4

Closed FHTMitchell closed 2 years ago

FHTMitchell commented 6 years ago

I downloaded this and after running maven I was getting some dependency injection errors from Spring. After some tracking eventually found that Tomcat dependencies were needed for whatever reason. This pull request fixes that so this example should now run out of the box for people like me.