This commit is contained in:
wucongxing8150 2025-08-15 15:22:54 +08:00
parent ee6cec9d7f
commit cc42d76bb6
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ RUN apk add --no-cache \
COPY --from=builder /app/sa-admin/target/*.jar app.jar
# 暴露端口(请替换成你实际应用端口)
EXPOSE 5477
EXPOSE 5480
# 启动应用
ENTRYPOINT ["java", "-jar", "app.jar"]

View File

@ -12,7 +12,7 @@ project:
# 项目端口和url根路径
server:
port: 1024
port: 5480
servlet:
context-path: /