Skip to content

Commit

Permalink
bugfix : 타임설정 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
MyunghyunNero committed Nov 22, 2023
1 parent f290bf9 commit 4367a28
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/kusitms/gallae/GallaeApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,4 @@ public static void main(String[] args) {
SpringApplication.run(GallaeApplication.class, args);
}

@PostConstruct
public void started() {
TimeZone.setDefault(TimeZone.getTimeZone("Asia/Seoul"));
}

}

0 comments on commit 4367a28

Please sign in to comment.