Skip to content

Commit

Permalink
chore: initdb 중지
Browse files Browse the repository at this point in the history
  • Loading branch information
onpyeong committed Nov 7, 2023
1 parent b9303f2 commit e61f02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/sophy/sophy/InitDb.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class InitDb {

private final InitService initService;

@PostConstruct
//@PostConstruct
public void init() {
initService.dbInit();
}
Expand Down

0 comments on commit e61f02d

Please sign in to comment.