We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 581f85e commit ec945eaCopy full SHA for ec945ea
api/src/main/java/com/sponus/sponusbe/auth/controller/HealthCheck.java
@@ -3,9 +3,6 @@
3
import org.springframework.web.bind.annotation.GetMapping;
4
import org.springframework.web.bind.annotation.RestController;
5
6
-import lombok.RequiredArgsConstructor;
7
-
8
-@RequiredArgsConstructor
9
@RestController
10
public class HealthCheck {
11
core/core-infra-db/src/main/resources/application-db.yml
@@ -34,6 +34,6 @@ spring:
34
jpa:
35
database: mysql
36
hibernate:
37
- ddl-auto: create-drop
+ ddl-auto: update
38
open-in-view: false
39
show-sql: true
0 commit comments