Skip to content

Commit

Permalink
refactor : 배치 어플리케이션 타임존 세팅 (#552)
Browse files Browse the repository at this point in the history
* refactor : 배치 어플리케이션 타임존 세팅

* docs : 블로그 글 추가
  • Loading branch information
ImNM authored Mar 23, 2023
1 parent 20ad7e5 commit 67ad16c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DuDoong-Batch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ COPY ./build/libs/*.jar app.jar
ARG PROFILE=dev
ENV PROFILE=${PROFILE}

ENTRYPOINT ["java","-Dspring.profiles.active=${PROFILE}", "-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]
ENTRYPOINT ["java","-Dspring.profiles.active=${PROFILE}", "-Djava.security.egd=file:/dev/./urandom","-jar","-Duser.timezone=Asia/Seoul","/app.jar"]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
- [찬진 : spring feign client wiremock test](https://devnm.tistory.com/34)
- [찬진 : spring oauth Open ID Connect with kakao](https://devnm.tistory.com/35)
- [찬진 : 멀티모듈 jacoco , sonarqube (cloud) 세팅](https://devnm.tistory.com/36)
- [찬진 : spring redisson 분산락 Aop 적용기](https://devnm.tistory.com/37)
- [찬진 : 도커 로그 ec2환경에서 클라우드 와치로 전송하기](https://devnm.tistory.com/8)
- [경민 : Custom Enum Validator 구현하기](https://gengminy.tistory.com/47)
- [경민 : Reflection 을 이용하여 Enum Validator 개선하기](https://gengminy.tistory.com/48)
Expand Down

0 comments on commit 67ad16c

Please sign in to comment.