Skip to content

Commit

Permalink
更新配置安全.
Browse files Browse the repository at this point in the history
  • Loading branch information
nieqiurong committed Jan 13, 2025
1 parent b8e5928 commit ceb1bec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/content/docs/guides/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ String encryptedData = AES.encrypt(data, randomKey);

### 如何使用

在启动应用程序时,通过命令行参数或环境变量传递密钥。
在启动应用程序时,通过命令行参数。

自3.5.10开始支持系统属性与环境变量传递密钥.

```txt
// Jar 启动参数示例(在IDEA中设置Program arguments,或在服务器上设置为启动环境变量)
Expand Down

0 comments on commit ceb1bec

Please sign in to comment.