chore(config): 将服务器端口从8081改回默认的8080

- 修改 application.yml 中 server.port 从 8081 到 8080
- 保持其他开发环境配置不变
This commit is contained in:
2025-12-26 10:01:56 +08:00
parent 053948a919
commit 2903efd41c

View File

@@ -16,7 +16,7 @@ ruoyi:
# 开发环境配置
server:
# 服务器的HTTP端口默认为8080
port: 8081
port: 8080
forward-headers-strategy: framework
servlet:
# 应用的访问路径