24 lines
437 B
YAML
24 lines
437 B
YAML
spring:
|
|
application:
|
|
name: audio_book
|
|
|
|
jpa:
|
|
hibernate:
|
|
ddl-auto: validate
|
|
show-sql: false
|
|
properties:
|
|
hibernate:
|
|
format_sql: true
|
|
# dialect: org.hibernate.dialect.MySQL8Dialect
|
|
|
|
liquibase:
|
|
change-log: classpath:/db/master.yaml
|
|
enabled: true
|
|
|
|
storage:
|
|
server-url: "https://api-storage.corpi.o-r.kr"
|
|
#logging:
|
|
# level:
|
|
# org.hibernate.SQL: null
|
|
# org.hibernate.type: trace
|