mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Add explicit test for config file and SpringApplication
This commit is contained in:
-1
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user