From 93c62104ee7ffca250620e58bb677ceeba08bef2 Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Mon, 16 Aug 2021 15:08:38 +0200 Subject: [PATCH] Make Websocket sample compatible with Spring Boot 2.5.3 Closes gh-1886 --- .../src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-session-samples/spring-session-sample-boot-websocket/src/main/resources/application.properties b/spring-session-samples/spring-session-sample-boot-websocket/src/main/resources/application.properties index bfdecd49..62c01000 100644 --- a/spring-session-samples/spring-session-sample-boot-websocket/src/main/resources/application.properties +++ b/spring-session-samples/spring-session-sample-boot-websocket/src/main/resources/application.properties @@ -1,2 +1,3 @@ #server.servlet.session.timeout=1m spring.h2.console.enabled=true +spring.jpa.defer-datasource-initialization=true