|
|
@@ -71,6 +71,11 @@
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-websocket</artifactId>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>mysql</groupId>
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
@@ -257,6 +262,36 @@
|
|
|
<version>1.6.2</version>
|
|
|
</dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.webjars</groupId>
|
|
|
+ <artifactId>webjars-locator-core</artifactId>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.webjars</groupId>
|
|
|
+ <artifactId>sockjs-client</artifactId>
|
|
|
+ <version>1.0.2</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.webjars</groupId>
|
|
|
+ <artifactId>stomp-websocket</artifactId>
|
|
|
+ <version>2.3.3</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.webjars</groupId>
|
|
|
+ <artifactId>bootstrap</artifactId>
|
|
|
+ <version>3.3.7</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.webjars</groupId>
|
|
|
+ <artifactId>jquery</artifactId>
|
|
|
+ <version>3.1.1-1</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+
|
|
|
</dependencies>
|
|
|
|
|
|
</project>
|