redis信息

main
王宇航 2024-05-13 10:08:59 +08:00
parent 35dbee0168
commit 61f21d0f08
1 changed files with 3 additions and 3 deletions

View File

@ -13,10 +13,10 @@ spring:
password: 4e14b5378637d9c7 # 数据库密码
# Redis配置
redis:
host: localhost # Redis服务地址
port: 6379 # Redis端口
host: 139.224.213.131 # Redis服务地址
port: 7001 # Redis端口
password: # Redis密码
database: 0 # 数据库索引
database: 4 # 数据库索引
# Mybatis-plus配置 【是否开启SQL日志输出】
#mybatis-plus: