Add annotation processor

This commit is contained in:
Dave Syer
2015-03-19 14:27:37 +00:00
parent 1e04ef1af4
commit aa69b2a890
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@@ -12,3 +12,4 @@
build
bin
/target/
.factorypath

View File

@@ -36,6 +36,11 @@
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix-core</artifactId>