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 24, 2023
1 parent 6199ec0 commit 6e4ffe3
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 6e4ffe3

Please sign in to comment.