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