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 1c93536 commit beae554Copy full SHA for beae554
1 file changed
src/main/resources/application.yml
@@ -10,9 +10,10 @@ spring:
10
11
jpa:
12
hibernate:
13
- ddl-auto: create
+ ddl-auto: update
14
properties:
15
16
+ dialect: org.hibernate.dialect.MySQLDialect
17
show_sql: true
18
format_sql: true
19
use_sql_comments: true
@@ -30,4 +31,4 @@ cloud:
30
31
auto: false
32
credentials:
33
accessKey: ${AWS_ACCESS_KEY_ID}
- secretKey: ${AWS_SECRET_ACCESS_KEY}
34
+ secretKey: ${AWS_SECRET_ACCESS_KEY}
0 commit comments