소스 검색

show sql in azure

jdogillo 8 년 전
부모
커밋
4b0489b648
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      application-azure.yml

+ 5 - 0
application-azure.yml

@@ -1,4 +1,9 @@
 spring:
+  jpa:
+    show-sql: true
+    properties:
+      hibernate.use_sql_comments: true
+      hibernate.format_sql: true
   datasource:
     driverClassName: org.postgresql.Driver
 crss: