Skip to content

Commit

Permalink
chore: init db 다시 실행
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast committed Oct 26, 2023
1 parent 5121dd9 commit 0576606
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 0576606

Please sign in to comment.