소스 검색

日志打印sql

宋悦 8 년 전
부모
커밋
5e01929cef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      exam-work-main/src/main/resources/application.properties

+ 1 - 1
exam-work-main/src/main/resources/application.properties

@@ -14,7 +14,7 @@ spring.datasource.driver-class-name=com.mysql.jdbc.Driver
 logging.level.org.springframework=ERROR
 logging.level.org.hibernate=ERROR
 
-spring.jpa.show-sql=false
+spring.jpa.show-sql=true
 spring.jpa.hibernate.ddl-auto=update