commit | 3945aaba33950336fb3e024d494f520d76391bf1 | [log] [tgz] |
---|---|---|
author | 2081595154 <2081595154@qq.com> | Thu Jun 05 13:48:37 2025 +0800 |
committer | 2081595154 <2081595154@qq.com> | Thu Jun 05 13:48:37 2025 +0800 |
tree | 174dffdbad3471b59d82c88176ac8fb9cb563c65 | |
parent | 2b2dc8c0a929b51e6716cfc392f7981450249649 [diff] [blame] |
online mysql is setting successfully Change-Id: I3e9031f16d6c39c121ab8e8733445725f28591f3
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index faca091..70a562f 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml
@@ -67,6 +67,11 @@ is-concurrent: true is-share: false token-style: random-128 + +security: + rsa: + # 指定服务器RSA公钥文件路径(支持classpath:或文件系统路径) + server-public-key-file: src/main/resources/keys/public_key.pem #spring: # profiles: # active: test,db # 移除 caching 配置