feat: 升级 shiro 到 2.0.4 版本

This commit is contained in:
MuShan
2025-05-10 22:14:02 +08:00
parent 2ba17648c4
commit e952518d71
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
package org.jeecg.common.util.encryption;
import org.apache.shiro.codec.Base64;
import org.apache.shiro.lang.codec.Base64;
import javax.crypto.Cipher;
import javax.crypto.spec.IvParameterSpec;