update 排除 websocket包内包含的tomcat依赖

dev
疯狂的狮子Li 1 year ago
parent b3cb99118a
commit 449e306433

@ -35,6 +35,12 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>

Loading…
Cancel
Save