🗃️ JPA 스키마 지정 (snp_data)
This commit is contained in:
부모
8d8ea53449
커밋
e9b30f8817
@ -22,7 +22,7 @@ spring:
|
|||||||
hibernate:
|
hibernate:
|
||||||
dialect: org.hibernate.dialect.PostgreSQLDialect
|
dialect: org.hibernate.dialect.PostgreSQLDialect
|
||||||
format_sql: true
|
format_sql: true
|
||||||
default_schema: public
|
default_schema: snp_data
|
||||||
|
|
||||||
# Batch Configuration
|
# Batch Configuration
|
||||||
batch:
|
batch:
|
||||||
|
|||||||
@ -22,7 +22,7 @@ spring:
|
|||||||
hibernate:
|
hibernate:
|
||||||
dialect: org.hibernate.dialect.PostgreSQLDialect
|
dialect: org.hibernate.dialect.PostgreSQLDialect
|
||||||
format_sql: true
|
format_sql: true
|
||||||
default_schema: public
|
default_schema: snp_data
|
||||||
|
|
||||||
# Batch Configuration
|
# Batch Configuration
|
||||||
batch:
|
batch:
|
||||||
|
|||||||
@ -22,7 +22,7 @@ spring:
|
|||||||
hibernate:
|
hibernate:
|
||||||
dialect: org.hibernate.dialect.PostgreSQLDialect
|
dialect: org.hibernate.dialect.PostgreSQLDialect
|
||||||
format_sql: true
|
format_sql: true
|
||||||
default_schema: public
|
default_schema: snp_data
|
||||||
|
|
||||||
# Batch Configuration
|
# Batch Configuration
|
||||||
batch:
|
batch:
|
||||||
|
|||||||
불러오는 중...
Reference in New Issue
Block a user