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

This commit is contained in:
芋道源码 2022-04-09 09:07:15 +00:00 committed by Gitee
parent cc376378ab
commit eb6d430ef9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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