Add spring boot configuration processor. Fixes #63 (#64)

This commit is contained in:
Nicklas Holm
2018-09-05 10:01:53 -04:00
committed by Ryan Baxter
parent 06ccb9d1e5
commit a33fd6d869
+5
View File
@@ -168,6 +168,11 @@
<artifactId>spring-boot-autoconfigure-processor</artifactId>
<optional>true</optional>
</dependency>
<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-test</artifactId>