Commit e7aa192d authored by Dave Syer's avatar Dave Syer

Add ConfigurationProperties to autoconfigs

parent 84366275
...@@ -64,6 +64,8 @@ public class SpringBootCompilerAutoConfiguration extends CompilerAutoConfigurati ...@@ -64,6 +64,8 @@ public class SpringBootCompilerAutoConfiguration extends CompilerAutoConfigurati
"org.springframework.core.annotation.Order", "org.springframework.core.annotation.Order",
"org.springframework.core.io.ResourceLoader", "org.springframework.core.io.ResourceLoader",
"org.springframework.boot.CommandLineRunner", "org.springframework.boot.CommandLineRunner",
"org.springframework.boot.context.properties.ConfigurationProperties",
"org.springframework.boot.context.properties.EnableConfigurationProperties",
"org.springframework.boot.autoconfigure.EnableAutoConfiguration", "org.springframework.boot.autoconfigure.EnableAutoConfiguration",
"org.springframework.boot.groovy.GrabMetadata"); "org.springframework.boot.groovy.GrabMetadata");
imports.addStarImports("org.springframework.stereotype", imports.addStarImports("org.springframework.stereotype",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment