Skip to content

Commit ec945ea

Browse files
committed
fix: 헬스체크 & ddl-auto 수정
1 parent 581f85e commit ec945ea

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

api/src/main/java/com/sponus/sponusbe/auth/controller/HealthCheck.java

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
import org.springframework.web.bind.annotation.GetMapping;
44
import org.springframework.web.bind.annotation.RestController;
55

6-
import lombok.RequiredArgsConstructor;
7-
8-
@RequiredArgsConstructor
96
@RestController
107
public class HealthCheck {
118

core/core-infra-db/src/main/resources/application-db.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ spring:
3434
jpa:
3535
database: mysql
3636
hibernate:
37-
ddl-auto: create-drop
37+
ddl-auto: update
3838
open-in-view: false
3939
show-sql: true

0 commit comments

Comments
 (0)