mirror of
https://github.com/201206030/novel-plus.git
synced 2025-07-01 07:16:39 +00:00
10 lines
110 B
Java
10 lines
110 B
Java
#端口号
|
|
server:
|
|
port: 8088
|
|
spring:
|
|
redis:
|
|
host: 127.0.0.1
|
|
port: 6379
|
|
password: test123456
|
|
|