From 2485a4875adda2ffd0e8cfccdf749f15fe8d48cb Mon Sep 17 00:00:00 2001 From: huliguo <2023611923@qq.com> Date: 星期四, 17 七月 2025 08:47:48 +0800 Subject: [PATCH] bug修改 --- ruoyi-admin/src/main/resources/application.yml | 17 +++++++++++++---- 1 files changed, 13 insertions(+), 4 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 5237ad1..39812b1 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -16,7 +16,7 @@ # 开发环境配置 server: # 服务器的HTTP端口,默认为8080 - port: 8081 + port: 8084 servlet: # 应用的访问路径 context-path: / @@ -94,8 +94,8 @@ header: Authorization # 令牌密钥 secret: abcdefghijklmnopqrstuvwxyz - # 令牌有效期(默认30分钟) - expireTime: 30 + # 令牌有效期(默认72000分钟) + expireTime: 72000 # MyBatis配置 mybatis: @@ -117,7 +117,7 @@ # 是否开启swagger enabled: true # 请求前缀 - pathMapping: /dev-api + pathMapping: # 防止XSS攻击 xss: @@ -127,3 +127,12 @@ excludes: /system/notice # 匹配链接 urlPatterns: /system/*,/monitor/*,/tool/* + +wx: + appid: wx180c41e1915992e8 + appletsAppSecret: 8c6cc3410891d3096988b92c154ba5e9 + mchId: 1720552698 + key: 5Kb8zX9qR3r4D7Yw3vHnJgLp6sA4cE1M + callbackPath: http://221.182.45.100:8084 + certPath: classpath:cert/apiclient_cert.p12 + RASPath: \ No newline at end of file -- Gitblit v1.7.1