feat : jpa 쿼리로그 안나옴. 설정 변경

pull/33/head
Kurt92 5 days ago
parent f5bc8aacb8
commit 80cfb612e3

@ -39,7 +39,7 @@ spring:
# #hikari.connection-test-query 는 JDBC 4.0 이상을 사용하면 설정하지 않는 것을 권장. (공식문서)
# #connection-test-query: select 1
jpa:
show-sql: false
# show-sql: true
hibernate:
ddl-auto: none
properties:
@ -85,6 +85,8 @@ logging:
go.kr.project: DEBUG
egovframework: DEBUG
org.mybatis: INFO
org.hibernate.SQL: debug
org.hibernate.orm.jdbc.bind: trace
# File upload configuration
file:

Loading…
Cancel
Save