We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6afed44 commit 484c733Copy full SHA for 484c733
src/main/resources/application-prod.yml
@@ -19,7 +19,7 @@ spring:
19
driver-class-name: com.mysql.cj.jdbc.Driver
20
jpa:
21
hibernate:
22
- ddl-auto: create-drop
+ ddl-auto: create # 삭제 재성성 과정에서 외래키 제약발생. create 변경 후 배포 테스트
23
properties:
24
25
show_sql: false
0 commit comments