fix(去除sun包): 去除sun包,兼容其他版本jdk

This commit is contained in:
zhuangpeng.li
2025-04-28 10:43:48 +08:00
parent e404cd26d4
commit a3625cd254
3 changed files with 17 additions and 9 deletions

View File

@@ -1,7 +1,6 @@
package com.fastbee.iot.ruleEngine;
import com.fastbee.common.core.redis.RedisCache;
import com.yomahub.liteflow.script.annotation.ScriptBean;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Component;
@@ -12,7 +11,6 @@ import org.springframework.stereotype.Component;
*/
@Component
@Slf4j
@ScriptBean("msgContextService")
public class MsgContextService {
private final RedisCache redisCache;

View File

@@ -4,9 +4,6 @@ import javax.crypto.Cipher;
import javax.crypto.spec.IvParameterSpec;
import javax.crypto.spec.SecretKeySpec;
import sun.misc.BASE64Decoder;
import sun.misc.BASE64Encoder;
import java.security.MessageDigest;
import java.util.Base64;