feat: 일반 회원가입
This commit is contained in:
21
src/main/resources/config/application.yaml
Normal file
21
src/main/resources/config/application.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
|
||||
#logging:
|
||||
# level:
|
||||
# org.hibernate.SQL: null
|
||||
# org.hibernate.type: trace
|
||||
Reference in New Issue
Block a user