We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39eab0 commit 9002839Copy full SHA for 9002839
1 file changed
src/main/resources/mysql.yml
@@ -10,7 +10,7 @@ spring.config.activate.on-profile: local
10
11
spring:
12
flyway:
13
- enabled: true
+ enabled: false
14
baseline-on-migrate: true
15
locations: classpath:db/migration/dev
16
jpa:
@@ -49,7 +49,7 @@ spring:
49
ddl-auto: validate
50
properties:
51
hibernate:
52
- format_sql: false
+ format_sql: true
53
show_sql: true
54
55
enabled: true
0 commit comments