fix(config): 修改生产环境服务器端口

- 将服务器HTTP端口从13081更改为13080
- 确保与生产环境部署标准一致
This commit is contained in:
lixiaolong 2025-12-03 14:04:27 +08:00
parent 001b09f007
commit af4ffca210

View File

@ -1,6 +1,6 @@
server: server:
# 服务器的HTTP端口默认为8080 # 服务器的HTTP端口默认为8080
port: 13081 port: 13080
# 数据源配置 # 数据源配置
spring: spring:
datasource: datasource: