Skip to content

Commit

Permalink
[FIX] InitDB 설정 해제
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast authored Sep 30, 2024
1 parent 392e11a commit 45afd8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/com/uspray/uspray/InitDb.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ public class InitDb {

private final InitService initService;

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

@Component
@Transactional
Expand Down

0 comments on commit 45afd8f

Please sign in to comment.