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

pull/2/head
YunaiV 2022-04-09 17:26:11 +08:00
parent eb6d430ef9
commit e33b2f0dd3
1 changed files with 2 additions and 2 deletions

View File

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