From fdc5f5366cdc2d2f1882c9b8b2177f5425e11277 Mon Sep 17 00:00:00 2001 From: vdisk Date: Mon, 15 Aug 2022 23:53:34 +0800 Subject: [PATCH 1/2] add configuration processor for portal --- apollo-portal/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apollo-portal/pom.xml b/apollo-portal/pom.xml index 69363e01057..b612fa76026 100644 --- a/apollo-portal/pom.xml +++ b/apollo-portal/pom.xml @@ -64,6 +64,13 @@ spring-session-jdbc runtime + + + org.springframework.boot + spring-boot-configuration-processor + true + + org.yaml From 948541fae7b42c2bb3a08b1aa6aa927062391f6f Mon Sep 17 00:00:00 2001 From: vdisk Date: Tue, 16 Aug 2022 00:03:38 +0800 Subject: [PATCH 2/2] update CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index a274d411129..5486f90d16f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -25,6 +25,7 @@ Apollo 2.1.0 * [fix(#4483):Fixed overwrite JSON type configuration being empty](https://github.com/apolloconfig/apollo/pull/4486) * [Allow users to delete AppNamespace](https://github.com/apolloconfig/apollo/pull/4499) * [fix the deleted at timestamp issue](https://github.com/apolloconfig/apollo/pull/4493) +* [add configuration processor for portal developers](https://github.com/apolloconfig/apollo/pull/4521) ------------------ All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/11?closed=1)