From 4bd4abe9839b38335d8f7b206ed6a48956e67694 Mon Sep 17 00:00:00 2001 From: Shashank Date: Fri, 15 Oct 2021 09:51:04 +0530 Subject: [PATCH] Spring Boot 2.5.x compatible updates in spring-data-jpa-annotations --- .../src/main/resources/ddd.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persistence-modules/spring-data-jpa-annotations/src/main/resources/ddd.properties b/persistence-modules/spring-data-jpa-annotations/src/main/resources/ddd.properties index e5126b694b..af14453993 100644 --- a/persistence-modules/spring-data-jpa-annotations/src/main/resources/ddd.properties +++ b/persistence-modules/spring-data-jpa-annotations/src/main/resources/ddd.properties @@ -1 +1 @@ -spring.datasource.initialization-mode=never \ No newline at end of file +spring.sql.init.mode=never \ No newline at end of file