Skip to content

Commit 8b1e376

Browse files
authored
Support Liquibase (#1083)
1 parent 65e3d62 commit 8b1e376

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

cloudbank-v4/customer-helidon/src/main/resources/META-INF/microprofile-config.properties

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,11 @@ hibernate.transaction.coordinator_class=jta
2424
# Eureka configuration
2525
server.features.eureka.client.base-uri=http://eureka.eureka:8761/eureka
2626
server.features.eureka.instance.name=customer-helidon
27-
server.features.eureka.instance.hostName=customer.helidon
27+
server.features.eureka.instance.hostName=customer.helidon
28+
29+
# Liquibase configuration - Helidon style
30+
liquibase.change-log=classpath:db/changelog/controller.yaml
31+
liquibase.url=${javax.sql.DataSource.customer.URL}
32+
liquibase.user=${liquibase.datasource.username}
33+
liquibase.password=${liquibase.datasource.password}
34+
liquibase.enabled=${LIQUIBASE_ENABLED:true}

0 commit comments

Comments
 (0)