Add @CopmonentScan to default imports in CLI

This commit is contained in:
Dave Syer 2013-05-07 17:01:42 +01:00
parent bd35fd9306
commit 98d48a3cc1

View File

@ -71,6 +71,7 @@ public class SpringBootstrapCompilerAutoConfiguration extends CompilerAutoConfig
"org.springframework.context.annotation.Profile",
"org.springframework.context.annotation.Scope",
"org.springframework.context.annotation.Configuration",
"org.springframework.context.annotation.ComponentScan",
"org.springframework.context.annotation.Bean",
"org.springframework.context.ApplicationContext",
"org.springframework.context.MessageSource",