|
@@ -19,7 +19,7 @@
|
|
<parent>
|
|
<parent>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
- <version>2.2.5.RELEASE</version>
|
|
+ <version>2.3.0.RELEASE</version>
|
|
<relativePath/>
|
|
<relativePath/>
|
|
</parent>
|
|
</parent>
|
|
|
|
|
|
@@ -34,6 +34,10 @@
|
|
</exclusion>
|
|
</exclusion>
|
|
</exclusions>
|
|
</exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
+ <artifactId>spring-boot-starter-websocket</artifactId>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-undertow</artifactId>
|
|
<artifactId>spring-boot-starter-undertow</artifactId>
|
|
@@ -131,6 +135,32 @@
|
|
<artifactId>druid</artifactId>
|
|
<artifactId>druid</artifactId>
|
|
<version>1.1.21</version>
|
|
<version>1.1.21</version>
|
|
</dependency>
|
|
</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>
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
<build>
|