Add explicit test for config file and SpringApplication

This commit is contained in:
Dave Syer
2013-11-28 16:46:21 +00:00
parent 131cfd6114
commit 9db55a3b71
6 changed files with 22 additions and 8 deletions

View File

@@ -32,7 +32,6 @@ public class SampleSpringXmlApplication implements CommandLineRunner {
}
public static void main(String[] args) throws Exception {
// TODO: to make this a pure XML example, will need <boot:auto-configure/>
SpringApplication.run("classpath:/META-INF/application-context.xml", args);
}
}