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

- 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: 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: