From a92c771c8f9dcf9faba2d8527c4c8c6f559a4366 Mon Sep 17 00:00:00 2001 From: wangli Date: Sun, 21 Dec 2025 19:25:33 +0800 Subject: [PATCH] =?UTF-8?q?admin=20=E9=A1=B5=E9=9D=A2=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 4480c6e..2bdecda 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -3,15 +3,15 @@ server: # 文件存储路径配置 file: - path: "/Users/wangli/Downloads/image2/" # 文件存储路径 + path: "/Users/wangli/Downloads/image2/" # 文件存储路径,同时也是存放 SqlLite 文件的位置 # 应用配置 app: # 管理员密码 secure-password: "WANG+li648438" - # 生成授权码的接口访问KEY + # 生成授权码的接口访问 KEY secure-auth: "1q2w3e4r" - # 加密 key + # 授权码生成时需要的 slot key secure-key: "WANG+li648438745" spring: