Commit 1f319db3 authored by 霍传世's avatar 霍传世

修改redis地址

parent d2b424f9
...@@ -7,10 +7,10 @@ spring.datasource.username=root ...@@ -7,10 +7,10 @@ spring.datasource.username=root
spring.datasource.password=Thu#DSS#0419 spring.datasource.password=Thu#DSS#0419
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
# Redis?? # Redis??
spring.redis.host=localhost spring.redis.host=192.168.0.4
spring.redis.port=6379 spring.redis.port=6379
spring.redis.password= spring.redis.password=Thussat@2023
spring.redis.database=1 spring.redis.database=40
spring.redis.timeout=2000 spring.redis.timeout=2000
# MyBatis-Plus?? # MyBatis-Plus??
mybatis-plus.mapper-locations=classpath*:mapper/*.xml mybatis-plus.mapper-locations=classpath*:mapper/*.xml
......
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