Commit 09e5b671 by tyk

经验交流代码提交

parent 7c0f9267
...@@ -78,13 +78,13 @@ spring: ...@@ -78,13 +78,13 @@ spring:
# # 密码 # # 密码
# password: # password:
# 地址 # 地址
host: 1.116.38.25 host: 192.168.31.167
# 端口,默认为6379 # 端口,默认为6379
port: 7789 port: 6379
# 数据库索引 # 数据库索引
database: 3 database: 3
# 密码 # 密码
password: qianheRedis2021 password: qianhe2024
# 连接超时时间 # 连接超时时间
timeout: 10s timeout: 10s
lettuce: lettuce:
...@@ -134,6 +134,6 @@ xss: ...@@ -134,6 +134,6 @@ xss:
# 过滤开关 # 过滤开关
enabled: true enabled: true
# 排除链接(多个用逗号分隔) # 排除链接(多个用逗号分隔)
excludes: /system/notice,/system/wzgl excludes: /system/notice,/system/wzgl,/system/bmjj
# 匹配链接 # 匹配链接
urlPatterns: /system/*,/monitor/*,/tool/* urlPatterns: /system/*,/monitor/*,/tool/*
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment