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