Add config annotation processor

This commit is contained in:
Dave Syer
2016-04-26 10:49:59 +01:00
parent bb0ba6b9aa
commit 3a0e9fb912

View File

@@ -30,6 +30,11 @@
</build>
<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-web</artifactId>