fix(config): 修改生产环境服务器端口
- 将服务器HTTP端口从13081更改为13080 - 确保与生产环境部署标准一致
This commit is contained in:
parent
001b09f007
commit
af4ffca210
@ -1,6 +1,6 @@
|
||||
server:
|
||||
# 服务器的HTTP端口,默认为8080
|
||||
port: 13081
|
||||
port: 13080
|
||||
# 数据源配置
|
||||
spring:
|
||||
datasource:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user