Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- vscode
- plugin
- xargs
- profile
- context
- lsof
- Quartz
- tomcat
- JavaScript
- Source
- resource
- 줄바꿈 문자
- 네트워크
- Windows
- VirtualBox
- netsh
- GIT
- grep
- port
- 단축키
- bash
- find
- Mac
- import
- maVen
- web.xml
- Eclipse
- IntelliJ
- ssh
- Windows 10
Archives
- Today
- Total
develog
[spring boot] jpa 에서 sql 출력하기 본문
spring:
jpa:
hibernate:
ddl-auto: create
properties:
hibernate:
# show_sql: true # system.out 으로 출력한다 (날짜, 시간 없음)
format_sql: true # sql 을 포멧팅한다
# use_sql_comments: true # jpql 을 출력한다
logging.level:
root: info
org.hibernate.SQL: debug # sql 을 출력한다
# org.hibernate.orm.jdbc.bind: trace # 바인딩 파라미터를 출력한다
Comments