升级shiro到2.0.4

This commit is contained in:
JEECG
2025-05-09 10:17:14 +08:00
parent 86a3ed9dae
commit 0e184eaa64
2 changed files with 4 additions and 4 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;