blob: 8923085608283865db3cd90c7731f3d3c30d3ebf [file] [log] [blame]
package com.alibaba.dubbo.test.conf;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.ImportResource;
/**
* @author ken.lj
* @date 2017/09/10
*/
@Configuration
@ImportResource(locations = {"classpath:*.xml"})
public class DubboConfiguration {
}