From 0f0326ce9c610907c44118ed4383415086827b5b Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 21 May 2022 01:57:35 +0300 Subject: Upgrade to Spring Boot 2.7 * replace deprecated config property --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 06fc9537..d176bb5a 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -4,6 +4,6 @@ spring.jackson.serialization.write-dates-as-timestamps=false spring.jackson.serialization.write-empty-json-arrays=true spring.h2.console.enabled=true spring.datasource.generate-unique-name=false -spring.datasource.platform=h2 +spring.sql.init.platform=h2 spring.profiles.active=@activatedProperties@ -- cgit v1.2.3