fix 修复升级 sa-token 导致 hutool-jwt 依赖找不到问题
parent
5531514325
commit
f50df71567
|
|
@ -29,6 +29,11 @@
|
|||
<version>${satoken.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>cn.hutool</groupId>
|
||||
<artifactId>hutool-jwt</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- RuoYi Api System -->
|
||||
<dependency>
|
||||
<groupId>com.ruoyi</groupId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue