meeting 서비스 빌드 성공

This commit is contained in:
cyjadela
2025-10-23 21:44:35 +09:00
parent 000a54cd20
commit cf6424415a
45 changed files with 3608 additions and 67 deletions
@@ -21,10 +21,12 @@ spring:
# JPA Configuration
jpa:
show-sql: ${SHOW_SQL:true}
database-platform: org.hibernate.dialect.PostgreSQLDialect
properties:
hibernate:
format_sql: true
use_sql_comments: true
dialect: org.hibernate.dialect.PostgreSQLDialect
hibernate:
ddl-auto: ${DDL_AUTO:update}