降低shiro版本号,导致不兼容jdk8

This commit is contained in:
JEECG
2025-06-11 22:18:48 +08:00
parent 9ddad931ff
commit 195ddd0421
2 changed files with 2 additions and 2 deletions

View File

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