소스 검색

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

YunaiV 1 년 전
부모
커밋
829965e50a
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml

+ 6 - 0
yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml

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