diff --git a/hawkbit-repository/hawkbit-repository-jpa/src/main/resources/hawkbit-jpa-defaults.properties b/hawkbit-repository/hawkbit-repository-jpa/src/main/resources/hawkbit-jpa-defaults.properties index c479402cf..7e158e4e0 100644 --- a/hawkbit-repository/hawkbit-repository-jpa/src/main/resources/hawkbit-jpa-defaults.properties +++ b/hawkbit-repository/hawkbit-repository-jpa/src/main/resources/hawkbit-jpa-defaults.properties @@ -7,7 +7,9 @@ # # SPDX-License-Identifier: EPL-2.0 # + spring.main.allow-bean-definition-overriding=true + ### JPA / Datasource - START spring.jpa.database=H2 spring.jpa.show-sql=false diff --git a/hawkbit-repository/hawkbit-repository-jpa/src/test/resources/jpa-test.properties b/hawkbit-repository/hawkbit-repository-jpa/src/test/resources/jpa-test.properties index 42a14eec3..8c0d0f609 100644 --- a/hawkbit-repository/hawkbit-repository-jpa/src/test/resources/jpa-test.properties +++ b/hawkbit-repository/hawkbit-repository-jpa/src/test/resources/jpa-test.properties @@ -7,6 +7,7 @@ # # SPDX-License-Identifier: EPL-2.0 # + # Debug utility functions - START logging.level.org.eclipse.persistence=ERROR #incomment to see the debug of persistence, e.g. to see the generated SQLs @@ -15,5 +16,6 @@ spring.jpa.properties.eclipselink.logging.level=FINE spring.jpa.properties.eclipselink.logging.level.sql=FINE spring.jpa.properties.eclipselink.logging.parameters=true # Debug utility functions - END + # enable / disable case sensitiveness of the DB when playing around #hawkbit.rsql.caseInsensitiveDB=true