Skip to content

Instantly share code, notes, and snippets.

@balvinder294
Last active March 15, 2020 11:58
Show Gist options
  • Save balvinder294/09b8b5ba6425439774df3fe830a4b559 to your computer and use it in GitHub Desktop.
Save balvinder294/09b8b5ba6425439774df3fe830a4b559 to your computer and use it in GitHub Desktop.
Websocket Dependencies Spring Tekraze.com
<!-- Spring Socket Dependencies for Web Sockets -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-messaging</artifactId>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment