Package restructure

This commit is contained in:
Phillip Webb
2013-07-08 13:39:03 -07:00
parent cd51f357a3
commit 0b863611d9
389 changed files with 1111 additions and 1051 deletions

View File

@@ -17,8 +17,8 @@
package org.springframework.zero.sample.xml;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.zero.CommandLineRunner;
import org.springframework.zero.SpringApplication;
import org.springframework.bootstrap.CommandLineRunner;
import org.springframework.bootstrap.SpringApplication;
import org.springframework.zero.sample.xml.service.HelloWorldService;
public class SampleSpringXmlApplication implements CommandLineRunner {