Spring Web Socket - send to user (#4135)

This commit is contained in:
Felipe Santiago Corro
2018-05-01 08:14:11 -03:00
committed by Grzegorz Piwowarek
parent c5af483a8d
commit a86f9de2cd
4 changed files with 107 additions and 0 deletions
+7
View File
@@ -148,6 +148,13 @@
<artifactId>javax.el</artifactId>
<version>2.2.4</version>
</dependency>
<!-- Web socket to user example -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
</dependencies>
<build>