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
---
pom.xml | 4 ++--
src/main/resources/application.properties | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index b27a52e8..110b85e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.6.7
+ 2.7.0
com.juick
@@ -348,4 +348,4 @@
-
\ No newline at end of file
+
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