From 3a0e9fb912009e9e0783205d647172048c72bc38 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 26 Apr 2016 10:49:59 +0100 Subject: [PATCH] Add config annotation processor --- spring-cloud-zookeeper-core/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-cloud-zookeeper-core/pom.xml b/spring-cloud-zookeeper-core/pom.xml index 9fb94804..a57a4a3f 100644 --- a/spring-cloud-zookeeper-core/pom.xml +++ b/spring-cloud-zookeeper-core/pom.xml @@ -30,6 +30,11 @@ + + org.springframework.boot + spring-boot-configuration-processor + true + org.springframework.boot spring-boot-starter-web