Code format hawkbit-repository-jpa3 (#1932)

Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2024-11-05 10:28:55 +02:00
committed by GitHub
parent 4987d429c2
commit eb1cb699ca
2 changed files with 4 additions and 0 deletions

View File

@@ -7,7 +7,9 @@
# #
# SPDX-License-Identifier: EPL-2.0 # SPDX-License-Identifier: EPL-2.0
# #
spring.main.allow-bean-definition-overriding=true spring.main.allow-bean-definition-overriding=true
### JPA / Datasource - START ### JPA / Datasource - START
spring.jpa.database=H2 spring.jpa.database=H2
spring.jpa.show-sql=false spring.jpa.show-sql=false

View File

@@ -7,6 +7,7 @@
# #
# SPDX-License-Identifier: EPL-2.0 # SPDX-License-Identifier: EPL-2.0
# #
# Debug utility functions - START # Debug utility functions - START
logging.level.org.eclipse.persistence=ERROR logging.level.org.eclipse.persistence=ERROR
#incomment to see the debug of persistence, e.g. to see the generated SQLs #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.level.sql=FINE
spring.jpa.properties.eclipselink.logging.parameters=true spring.jpa.properties.eclipselink.logging.parameters=true
# Debug utility functions - END # Debug utility functions - END
# enable / disable case sensitiveness of the DB when playing around # enable / disable case sensitiveness of the DB when playing around
#hawkbit.rsql.caseInsensitiveDB=true #hawkbit.rsql.caseInsensitiveDB=true