mirror of
https://github.com/hwanny1128/HGZero.git
synced 2026-06-13 12:59:11 +00:00
Chore: 회의록 상세 조회 API 실제 데이터 연동
This commit is contained in:
@@ -27,8 +27,22 @@ spring:
|
||||
format_sql: true
|
||||
use_sql_comments: true
|
||||
dialect: org.hibernate.dialect.PostgreSQLDialect
|
||||
hbm2ddl:
|
||||
auto: none
|
||||
temp:
|
||||
use_jdbc_metadata_defaults: false
|
||||
jdbc:
|
||||
lob:
|
||||
non_contextual_creation: true
|
||||
javax:
|
||||
persistence:
|
||||
schema-generation:
|
||||
database:
|
||||
action: none
|
||||
scripts:
|
||||
action: none
|
||||
hibernate:
|
||||
ddl-auto: ${JPA_DDL_AUTO:none}
|
||||
ddl-auto: none
|
||||
|
||||
# Redis Configuration
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user