浏览代码

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

芋道源码 3 年之前
父节点
当前提交
eb6d430ef9
共有 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>cn.iocoder.boot</groupId>
-            <artifactId>yudao-spring-boot-starter-web</artifactId>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-web</artifactId>
             <scope>provided</scope> <!-- 设置为 provided,只有 OncePerRequestFilter 使用到 -->
         </dependency>