Skip to content

Commit

Permalink
modify: initDB 실행안되도록 막기
Browse files Browse the repository at this point in the history
  • Loading branch information
onpyeong committed Oct 24, 2023
1 parent e7b833b commit 6691f83
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 6691f83

Please sign in to comment.