From c1eac308e538a23e79a95bb31c27fb1ba23a23fd Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Sun, 14 May 2023 20:59:59 +0800 Subject: [PATCH] Add spring-boot-properties-migrator --- support/schbrain-spring-support/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/support/schbrain-spring-support/pom.xml b/support/schbrain-spring-support/pom.xml index c10ab1b..dc2b903 100644 --- a/support/schbrain-spring-support/pom.xml +++ b/support/schbrain-spring-support/pom.xml @@ -26,6 +26,10 @@ org.springframework.boot spring-boot-configuration-processor + + org.springframework.boot + spring-boot-properties-migrator + org.springframework.boot spring-boot-starter-data-elasticsearch -- GitLab