From e7aa192d82b514373e16ceca5144820048fd742b Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 28 May 2014 17:36:38 +0100 Subject: [PATCH] Add ConfigurationProperties to autoconfigs --- .../autoconfigure/SpringBootCompilerAutoConfiguration.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-boot-cli/src/main/java/org/springframework/boot/cli/compiler/autoconfigure/SpringBootCompilerAutoConfiguration.java b/spring-boot-cli/src/main/java/org/springframework/boot/cli/compiler/autoconfigure/SpringBootCompilerAutoConfiguration.java index 9bd197c663..280a6747ad 100644 --- a/spring-boot-cli/src/main/java/org/springframework/boot/cli/compiler/autoconfigure/SpringBootCompilerAutoConfiguration.java +++ b/spring-boot-cli/src/main/java/org/springframework/boot/cli/compiler/autoconfigure/SpringBootCompilerAutoConfiguration.java @@ -64,6 +64,8 @@ public class SpringBootCompilerAutoConfiguration extends CompilerAutoConfigurati "org.springframework.core.annotation.Order", "org.springframework.core.io.ResourceLoader", "org.springframework.boot.CommandLineRunner", + "org.springframework.boot.context.properties.ConfigurationProperties", + "org.springframework.boot.context.properties.EnableConfigurationProperties", "org.springframework.boot.autoconfigure.EnableAutoConfiguration", "org.springframework.boot.groovy.GrabMetadata"); imports.addStarImports("org.springframework.stereotype",