|
@@ -21,12 +21,12 @@
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-devtools</artifactId>
|
|
|
|
- <scope>runtime</scope>
|
|
|
|
- <optional>true</optional>
|
|
|
|
- </dependency>
|
|
|
|
|
|
+ <!-- <dependency>-->
|
|
|
|
+ <!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
|
+ <!-- <artifactId>spring-boot-devtools</artifactId>-->
|
|
|
|
+ <!-- <scope>runtime</scope>-->
|
|
|
|
+ <!-- <optional>true</optional>-->
|
|
|
|
+ <!-- </dependency>-->
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
@@ -73,6 +73,29 @@
|
|
<version>2.2.1</version>
|
|
<version>2.2.1</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.hutool</groupId>
|
|
|
|
+ <artifactId>hutool-all</artifactId>
|
|
|
|
+ <version>4.5.15</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
+ <artifactId>spring-boot-starter-websocket</artifactId>
|
|
|
|
+ <version>2.3.9.RELEASE</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.apache.httpcomponents</groupId>
|
|
|
|
+ <artifactId>httpclient</artifactId>
|
|
|
|
+ <version>4.5.3</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
|
+ <artifactId>fastjson</artifactId>
|
|
|
|
+ <version>1.2.32</version>
|
|
|
|
+ </dependency>
|
|
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
@@ -81,14 +104,14 @@
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
-<!-- <configuration>-->
|
|
|
|
-<!-- <excludes>-->
|
|
|
|
-<!-- <exclude>-->
|
|
|
|
-<!-- <groupId>org.projectlombok</groupId>-->
|
|
|
|
-<!-- <artifactId>lombok</artifactId>-->
|
|
|
|
-<!-- </exclude>-->
|
|
|
|
-<!-- </excludes>-->
|
|
|
|
-<!-- </configuration>-->
|
|
|
|
|
|
+ <!-- <configuration>-->
|
|
|
|
+ <!-- <excludes>-->
|
|
|
|
+ <!-- <exclude>-->
|
|
|
|
+ <!-- <groupId>org.projectlombok</groupId>-->
|
|
|
|
+ <!-- <artifactId>lombok</artifactId>-->
|
|
|
|
+ <!-- </exclude>-->
|
|
|
|
+ <!-- </excludes>-->
|
|
|
|
+ <!-- </configuration>-->
|
|
</plugin>
|
|
</plugin>
|
|
</plugins>
|
|
</plugins>
|
|
</build>
|
|
</build>
|