Skip to content

Commit

Permalink
refactor : ec2 localdatetime 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
MyunghyunNero committed Nov 22, 2023
1 parent 59c7c39 commit 10b0882
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/kusitms/gallae/GallaeApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
@SpringBootApplication
public class GallaeApplication {

public static void main(String[] args) {
SpringApplication.run(GallaeApplication.class, args);
}

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

public static void main(String[] args) {
SpringApplication.run(GallaeApplication.class, args);
}

}

0 comments on commit 10b0882

Please sign in to comment.