feat(config): 修改生产环境服务器端口
- 将生产环境服务器端口从13080更改为13081
This commit is contained in:
parent
f86e9aa64f
commit
3a85b5a6c3
@ -1,6 +1,6 @@
|
|||||||
server:
|
server:
|
||||||
# 服务器的HTTP端口,默认为8080
|
# 服务器的HTTP端口,默认为8080
|
||||||
port: 13080
|
port: 13081
|
||||||
# 数据源配置
|
# 数据源配置
|
||||||
spring:
|
spring:
|
||||||
datasource:
|
datasource:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user