비운영 환경 Hibernate SQL 로그 비활성화:
eapim-portal CI / build (push) Waiting to run
eapim-portal Test / test (push) Waiting to run

- show_sql, format_sql 설정 false로 수정
This commit is contained in:
Rinjae
2026-07-13 11:50:01 +09:00
parent 6c5ba6765d
commit 3e403788e5
+2 -2
View File
@@ -7,8 +7,8 @@ spring:
jpa:
properties:
hibernate:
show_sql: true
format_sql: true
show_sql: false
format_sql: false
use_sql_comments: true
devtools:
restart: