|
@@ -18,26 +18,6 @@
|
|
|
</properties>
|
|
|
|
|
|
<dependencies>
|
|
|
- <!-- web 容器 start -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-web</artifactId>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-tomcat</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <artifactId>hibernate-validator</artifactId>
|
|
|
- <groupId>org.hibernate.validator</groupId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-undertow</artifactId>
|
|
|
- </dependency>
|
|
|
- <!-- web 容器 end -->
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
<artifactId>fastjson</artifactId>
|