Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ logging:
springframework:
data:
neo4j: ERROR
security:
config:
annotation:
authentication:
configuration:
InitializeUserDetailsBeanManagerConfigurer: ERROR
hibernate:
orm:
incubating: ERROR

spring:
max-batch-size: ${MAX_BATCH_SIZE:100}
Expand All @@ -34,7 +43,6 @@ spring:
open-in-view: false
properties:
hibernate:
dialect: org.hibernate.dialect.PostgreSQLDialect
# Reverts to the behavior of Hibernate 5.3+
id:
"[db_structure_naming_strategy]": legacy
Expand Down
12 changes: 11 additions & 1 deletion src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ server:
logging:
level:
root: INFO
org:
springframework:
security:
config:
annotation:
authentication:
configuration:
InitializeUserDetailsBeanManagerConfigurer: ERROR
hibernate:
orm:
incubating: ERROR

spring:
neo4j:
Expand All @@ -16,7 +27,6 @@ spring:
open-in-view: false
properties:
hibernate:
dialect: org.hibernate.dialect.PostgreSQLDialect
# Reverts to the behavior of Hibernate 5.3+
id:
"[db_structure_naming_strategy]": legacy
Expand Down