Add documentation for compiler configuration properties

This commit is contained in:
Dave Syer
2018-05-02 06:17:28 -04:00
parent b59b43ddc5
commit eaea89532c
3 changed files with 25 additions and 8 deletions

View File

@@ -70,6 +70,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
<build>