Add annotation processor

This commit is contained in:
Dave Syer
2015-03-19 14:27:17 +00:00
parent bc17b2523d
commit 32face2b09
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@@ -14,3 +14,4 @@ _site/
*.swp
.idea
*.iml
.factorypath

View File

@@ -17,6 +17,11 @@
</parent>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>