Add ConfigurationProperties to autoconfigs

This commit is contained in:
Dave Syer 2014-05-28 17:36:38 +01:00
parent 8436627598
commit e7aa192d82
1 changed files with 2 additions and 0 deletions

View File

@ -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",