Add explicit test for config file and SpringApplication
This commit is contained in:
@@ -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