Standalone tool for initializing of hawkBit Database (#2369)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2025-04-24 16:27:28 +03:00
committed by GitHub
parent 6e24b6c33c
commit df398c9a74
8 changed files with 361 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ spring.jpa.database=H2
spring.jpa.show-sql=false
# need to use legacy mode for now until we can upgrade EclipseLink
# (see details: https://github.com/eclipse-ee4j/eclipselink/issues/1393)
spring.datasource.url=jdbc:h2:mem:testdb;MODE=LEGACY;
spring.datasource.url=jdbc:h2:mem:hawkbit;MODE=LEGACY;
# Logging
spring.jpa.properties.eclipselink.logging.level=off
# Cluster aware