Skip to content

Commit

Permalink
build: JPA 쿼리 로그 설정
Browse files Browse the repository at this point in the history
Related to: #139
Ref: #136
  • Loading branch information
hgh1472 committed Oct 20, 2024
1 parent 6b47d66 commit 4072c77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions application/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ springdoc.swagger-ui.operations-sorter=method
mybatis.configuration.map-underscore-to-camel-case=true
mybatis.mapper-locations=classpath:mappers/**/*.xml

# JPA
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true

#Google Cloud Storage
spring.cloud.gcp.storage.credentials.location=${gcp.location}

Expand Down

0 comments on commit 4072c77

Please sign in to comment.