Code format hawkbit-repository-jpa3 (#1932)
Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user