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

- 将生产环境服务器端口从13080更改为13081
This commit is contained in:
lixiaolong 2025-12-03 13:40:21 +08:00
parent f86e9aa64f
commit 3a85b5a6c3

View File

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