diff --git a/pom.xml b/pom.xml index f6c404ce..ab3b2c72 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 2.4.0-M2 + 2.4.0-SNAPSHOT @@ -26,7 +26,6 @@ map mongodb multi-store - neo4j r2dbc rest redis diff --git a/rest/security/src/test/resources/application.properties b/rest/security/src/test/resources/application.properties new file mode 100644 index 00000000..953384ea --- /dev/null +++ b/rest/security/src/test/resources/application.properties @@ -0,0 +1 @@ +spring.data.jpa.repositories.bootstrap-mode=default