fix: ws新增 .env 文件

This commit is contained in:
Tim
2025-09-04 12:24:30 +08:00
parent 8895405606
commit 0ff6f13c86
3 changed files with 13 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
server.port=8082
server.port=${SERVER_PORT:8082}
# 服务器配置
spring.application.name=websocket-service