Skip to content

Commit

Permalink
chore(yml): 원상복수
Browse files Browse the repository at this point in the history
  • Loading branch information
qlido committed Apr 8, 2024
1 parent a860234 commit cc11e57
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,13 @@ spring:
org:
hibernate:
SQL: debug
com.zaxxer.hikari.HikariConfig: DEBUG
com.zaxxer.hikari: TRACE

jpa:
database: mysql
database-platform: org.hibernate.dialect.MySQLDialect
generate-ddl: true
hibernate:
ddl-auto: none
open-in-view: false

servlet:
multipart:
Expand Down
3 changes: 0 additions & 3 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,13 @@ spring:
org:
hibernate:
SQL: debug
com.zaxxer.hikari.HikariConfig: DEBUG
com.zaxxer.hikari: TRACE

jpa:
database: mysql
database-platform: org.hibernate.dialect.MySQLDialect
generate-ddl: true
hibernate:
ddl-auto: none
# open-in-view: false

servlet:
multipart:
Expand Down

0 comments on commit cc11e57

Please sign in to comment.