meeting 및 notification 실행환경 설정

This commit is contained in:
djeon
2025-10-23 23:51:28 +09:00
parent 1e7c7c8d74
commit eb2302a0eb
17 changed files with 10052 additions and 296 deletions
+2 -1
View File
@@ -25,8 +25,9 @@ spring:
hibernate:
format_sql: true
use_sql_comments: true
dialect: org.hibernate.dialect.PostgreSQLDialect
hibernate:
ddl-auto: ${DDL_AUTO:update}
ddl-auto: ${JPA_DDL_AUTO:update}
# Redis Configuration
data: