mirror of
https://github.com/hwanny1128/HGZero.git
synced 2026-06-12 22:59:10 +00:00
fix: enable flyway
This commit is contained in:
@@ -26,6 +26,10 @@ spring:
|
|||||||
hibernate:
|
hibernate:
|
||||||
ddl-auto: ${DDL_AUTO:update}
|
ddl-auto: ${DDL_AUTO:update}
|
||||||
|
|
||||||
|
# Flyway Configuration
|
||||||
|
flyway:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
# Redis Configuration
|
# Redis Configuration
|
||||||
data:
|
data:
|
||||||
redis:
|
redis:
|
||||||
|
|||||||
@@ -44,6 +44,10 @@ spring:
|
|||||||
hibernate:
|
hibernate:
|
||||||
ddl-auto: none
|
ddl-auto: none
|
||||||
|
|
||||||
|
# Flyway Configuration
|
||||||
|
flyway:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
# Redis Configuration
|
# Redis Configuration
|
||||||
data:
|
data:
|
||||||
redis:
|
redis:
|
||||||
|
|||||||
@@ -26,6 +26,10 @@ spring:
|
|||||||
hibernate:
|
hibernate:
|
||||||
ddl-auto: ${JPA_DDL_AUTO:none}
|
ddl-auto: ${JPA_DDL_AUTO:none}
|
||||||
|
|
||||||
|
# Flyway Configuration
|
||||||
|
flyway:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
# Redis Configuration
|
# Redis Configuration
|
||||||
data:
|
data:
|
||||||
redis:
|
redis:
|
||||||
|
|||||||
@@ -27,6 +27,10 @@ spring:
|
|||||||
hibernate:
|
hibernate:
|
||||||
ddl-auto: ${JPA_DDL_AUTO:update}
|
ddl-auto: ${JPA_DDL_AUTO:update}
|
||||||
|
|
||||||
|
# Flyway Configuration
|
||||||
|
flyway:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
# Redis Configuration
|
# Redis Configuration
|
||||||
data:
|
data:
|
||||||
redis:
|
redis:
|
||||||
|
|||||||
@@ -33,6 +33,10 @@ spring:
|
|||||||
database: postgresql
|
database: postgresql
|
||||||
database-platform: org.hibernate.dialect.PostgreSQLDialect
|
database-platform: org.hibernate.dialect.PostgreSQLDialect
|
||||||
|
|
||||||
|
# Flyway Configuration
|
||||||
|
flyway:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
# Redis Configuration
|
# Redis Configuration
|
||||||
data:
|
data:
|
||||||
redis:
|
redis:
|
||||||
|
|||||||
Reference in New Issue
Block a user