!87 fix(websocket): 修复 websocket 失效的问题

Merge pull request !87 from oc/master-jdk21
This commit is contained in:
芋道源码 2023-12-29 04:50:16 +00:00 committed by Gitee
commit 87bdc1bba6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -65,6 +65,12 @@
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>dynamic-datasource-spring-boot3-starter</artifactId> <!-- 多数据源 -->
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-undertow</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>