gistfile1.txt import org.springframework.context.annotation.Configuration;import org.springframework.context.annotation.ImportResource;@Configuration@ImportResource(locations={"classpath:config/applicationContext.xml"})public class ConfigXM
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.ImportResource;
@Configuration
@ImportResource(locations={"classpath:config/applicationContext.xml"})
public class ConfigXML {
}
