Websocket supplier/consumer - source/sink

This commit is contained in:
Soby Chacko
2020-06-16 15:37:38 -04:00
committed by GitHub
parent bdfc69c953
commit e08ea45ebe
19 changed files with 1533 additions and 0 deletions

View File

@@ -57,6 +57,10 @@
<artifactId>spring-data-geode</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-websocket</artifactId>
</dependency>
</dependencies>
</project>