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

修改redis地址

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