비운영 환경 Hibernate SQL 로그 비활성화:
- show_sql, format_sql 설정 false로 수정
This commit is contained in:
@@ -7,8 +7,8 @@ spring:
|
|||||||
jpa:
|
jpa:
|
||||||
properties:
|
properties:
|
||||||
hibernate:
|
hibernate:
|
||||||
show_sql: true
|
show_sql: false
|
||||||
format_sql: true
|
format_sql: false
|
||||||
use_sql_comments: true
|
use_sql_comments: true
|
||||||
devtools:
|
devtools:
|
||||||
restart:
|
restart:
|
||||||
|
|||||||
Reference in New Issue
Block a user