fix:配置文件中内置缓存端口修改

V0.5.x
tangfudong 2024-01-11 17:06:03 +08:00
parent 0d04a302a8
commit 3ee1343b80
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
server:
port: 8086
@ -120,7 +121,7 @@ spring:
#使用内置redis的配置
#host: redis
host: 127.0.0.1
port: 6379
port: 6378
database: 0
mvc: