初始化

This commit is contained in:
zg
2026-07-15 22:20:28 +08:00
parent 221de62422
commit 1a37190222
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
FROM harbor.zgitm.com/library/eclipse-temurin:17-jre FROM harbor.zgitm.com/library/eclipse-temurin:17-jre
WORKDIR /app WORKDIR /app
COPY target/*.jar app.jar COPY target/*.jar app.jar
EXPOSE 8080 EXPOSE 5581
ENTRYPOINT ["java","-jar","app.jar"] ENTRYPOINT ["java","-jar","app.jar"]

View File

@@ -1,3 +1,6 @@
server:
port: 5581
spring: spring:
application: application:
name: testmokee-server name: testmokee-server