fix 修复 satoken最新版本依赖webmvc导致 gateway冲突问题

This commit is contained in:
疯狂的狮子Li
2026-04-28 18:04:31 +08:00
parent 8f7bf94d78
commit 33dde16a67

View File

@@ -58,6 +58,12 @@
<dependency> <dependency>
<groupId>org.dromara</groupId> <groupId>org.dromara</groupId>
<artifactId>ruoyi-common-satoken</artifactId> <artifactId>ruoyi-common-satoken</artifactId>
<exclusions>
<exclusion>
<artifactId>spring-webmvc</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
</exclusions>
</dependency> </dependency>
<!-- RuoYi Common Redis--> <!-- RuoYi Common Redis-->