From aa69b2a890032de8874feb15a1c4d699da94baae Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 19 Mar 2015 14:27:37 +0000 Subject: [PATCH] Add annotation processor --- .gitignore | 1 + pom.xml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 0d72898..05ce307 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ build bin /target/ +.factorypath diff --git a/pom.xml b/pom.xml index 351dd5d..60ca453 100644 --- a/pom.xml +++ b/pom.xml @@ -36,6 +36,11 @@ + + org.springframework.boot + spring-boot-configuration-processor + true + org.springframework.cloud spring-cloud-netflix-core