From c3fbe657671ae55768ce9ac7ea7bb75ff0c6829e Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期三, 19 三月 2025 08:55:57 +0800 Subject: [PATCH] add: 短信+内容+字典 --- src/main/resources/application.properties | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 3a46c2c..eb77fa7 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -11,9 +11,10 @@ #mybatis-plus配置 mybatis-plus.mapper-locations=classpath:./mapper_xml/*.xml # Redis -spring.redis.host=192.168.1.235 +#spring.redis.host=192.168.1.235 +spring.redis.host=localhost spring.redis.port=6379 -spring.redis.password=123456 +#spring.redis.password=123456 #租户对应的角色id manage.roleId=10 #租户允许创建的用户数 @@ -32,4 +33,11 @@ server.tomcat.basedir=/opt/tmp/tomcat #文件上传限制(byte) spring.servlet.multipart.max-file-size=10485760 -spring.servlet.multipart.max-request-size=10485760 \ No newline at end of file +spring.servlet.multipart.max-request-size=10485760 + +# ??????? +volc.sms.access-key= your-volc-access-key # ???AccessKey +volc.sms.secret-key= your-volc-secret-key # ???SecretKey +volc.sms.region= cn-north-1 # ?????????? +volc.sms.sign-name= ????? # ???? +volc.sms.template-id= SMS_1234567890 # ????ID \ No newline at end of file -- Gitblit v1.9.3