Skip to content

Commit 9002839

Browse files
committed
CLAP-413 Refactor: format sql true로 수정
<footer> - 관련: #536
1 parent c39eab0 commit 9002839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/mysql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spring.config.activate.on-profile: local
1010

1111
spring:
1212
flyway:
13-
enabled: true
13+
enabled: false
1414
baseline-on-migrate: true
1515
locations: classpath:db/migration/dev
1616
jpa:
@@ -49,7 +49,7 @@ spring:
4949
ddl-auto: validate
5050
properties:
5151
hibernate:
52-
format_sql: false
52+
format_sql: true
5353
show_sql: true
5454
flyway:
5555
enabled: true

0 commit comments

Comments
 (0)