From e4451cbe7eea81c397353e8d5649e52dcbd3b7d1 Mon Sep 17 00:00:00 2001 From: guyue <1721849008@qq.com> Date: 星期五, 05 九月 2025 13:14:00 +0800 Subject: [PATCH] 平台筛选 --- src/main/java/com/linghu/utils/OpenCryptUtil.java | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/linghu/utils/OpenCryptUtil.java b/src/main/java/com/linghu/utils/OpenCryptUtil.java index 121590a..21e1d33 100644 --- a/src/main/java/com/linghu/utils/OpenCryptUtil.java +++ b/src/main/java/com/linghu/utils/OpenCryptUtil.java @@ -14,9 +14,7 @@ @Component public class OpenCryptUtil { - // 加密密钥(从配置文件读取,避免硬编码) -// @Value("${app.crypt.secret-key}") // 长度需符合算法要求(如AES-256需32位) -// private String secret; + // 初始化加密配置(若需要) @PostConstruct -- Gitblit v1.7.1