소스 검색

解决 framework 的库,存在循环依赖的问题

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

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

@@ -27,8 +27,8 @@
 
         <!-- Web 相关 -->
         <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-web</artifactId>
+            <groupId>cn.iocoder.boot</groupId>
+            <artifactId>yudao-spring-boot-starter-web</artifactId>
             <scope>provided</scope> <!-- 设置为 provided,只有 OncePerRequestFilter 使用到 -->
         </dependency>