Standalone tool for initializing of hawkBit Database (#2369)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user