refactor: 删除 service.properties 中未使用的 SERVER_PORT 配置
- SERVER_PORT 在 start.sh 中未使用,端口已在 application.yml 中配置 - 保留 SPRING_PROFILES_ACTIVE(启动脚本中有使用)
This commit is contained in:
parent
84e7b1b4c7
commit
2d2f581896
@ -17,10 +17,6 @@ TENANT_ID=
|
||||
# 主启动类(瘦JAR模式必须配置)
|
||||
MAIN_CLASS=com.wjbl.worklog.WorklogApplication
|
||||
|
||||
# ==================== 服务端口配置 ====================
|
||||
# 服务端口(可覆盖 application.yml 中配置)
|
||||
SERVER_PORT=8080
|
||||
|
||||
# ==================== 环境标识 ====================
|
||||
# 运行环境:dev-开发, test-测试, prod-生产
|
||||
SPRING_PROFILES_ACTIVE=prod
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user