feat: 일반 회원가입

This commit is contained in:
2025-12-15 13:27:33 +09:00
commit d43b8b8f9b
31 changed files with 997 additions and 0 deletions

View 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