diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 240ed16..92e6232 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -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: