From 60aa63ee6503a266fab7bb491094404cac0e0134 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 27 Oct 2020 11:36:55 +0100 Subject: [PATCH] #582 - Build against Spring Boot 2.4 snapshots. --- pom.xml | 3 +-- rest/security/src/test/resources/application.properties | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 rest/security/src/test/resources/application.properties 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