We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac9775 commit 24e7d7bCopy full SHA for 24e7d7b
1 file changed
src/main/resources/application-prod.yml
@@ -7,7 +7,7 @@ spring:
7
driver-class-name: com.mysql.cj.jdbc.Driver
8
jpa:
9
hibernate:
10
- ddl-auto: update
+ ddl-auto: create
11
show-sql: false # EC2/운영 환경에서는 false 권장
12
properties:
13
0 commit comments