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

This commit is contained in:
疯狂的狮子Li 2024-11-12 15:10:04 +08:00
parent 4f92c0317e
commit d3b5220dc3

View File

@ -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>