Compare commits

..

2 Commits

Author SHA1 Message Date
xlp 6676e076c1 Merge remote-tracking branch 'origin/main' 5 months ago
xlp 6593555e43 fix:修改redis 5 months ago

@ -18,13 +18,18 @@ spring:
mvc:
path match:
matching-strategy: ant_path_matcher
# redis配置
redis:
host: 1.92.75.33 #121.37.165.19 #localhost #
host: 1.95.84.235
database: 0
port: 5179 #6379
port: 44007
password: Wzw@123!
# # redis配置
# redis:
# host: 1.92.75.33 #121.37.165.19 #localhost #
# database: 0
# port: 5179 #6379
# password: Wzw@123!
# mybatis-plus配置控制台打印完整带参数SQL语句
mybatis-plus:

Loading…
Cancel
Save