Skip to content

Commit

Permalink
update file
Browse files Browse the repository at this point in the history
  • Loading branch information
Strato-YangSungHun committed Sep 18, 2024
1 parent e33534a commit 4abe8a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/openjdk:17-jdk-slim
ENV TZ=Asia/Seoul
COPY ./build/libs/mc-workflow-manager-0.2.1.jar /mc-workflow-manager-0.2.1.jar
COPY build/libs/mc-workflow-manager-0.2.1.jar /mc-workflow-manager-0.2.1.jar
ENTRYPOINT ["java", "-jar", "/mc-workflow-manager-0.2.1.jar"]
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spring:
url: jdbc:h2:file:./document/workflow # 프로젝트 루트/db/ 안에 h2.db파일(test.mv.db) 생성
driver-class-name: org.h2.Driver
username: ${DB_ID:workflow}
password: ${DB_PW:tjxjfkxh!23}
password: ${DB_PW:workflow!23}
h2:
console:
enabled: true # http://localhost:18083/h2-console/으로 접속가능
Expand Down

0 comments on commit 4abe8a7

Please sign in to comment.