File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
cloudbank-v4/customer-helidon/src/main/resources/META-INF Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -24,4 +24,11 @@ hibernate.transaction.coordinator_class=jta
24
24
# Eureka configuration
25
25
server.features.eureka.client.base-uri =http://eureka.eureka:8761/eureka
26
26
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}
You can’t perform that action at this time.
0 commit comments