Files
excel-download/jpashop/src/main/resources/application.yml
2021-01-23 23:52:04 +09:00

19 lines
338 B
YAML

spring:
datasource:
url: jdbc:h2:tcp://localhost/~/jpashop
username: sa
password:
driver-class-name: org.h2.Driver
jpa:
hibernate:
ddl-auto: create
properties:
hibernate:
# show_sql: true
format_sql: true
logging:
level:
org.hibernate.SQL: debug
ort.hibernate.type: trace