blob: e128426024a3b13e5a5db05ad6c026ce1798de05 [file] [log] [blame]
package com.alibaba.dubbo.test.conf;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.FilterType;
import org.springframework.context.annotation.ImportResource;
/**
* Created by ken.lj on 2017/9/10.
*/
@Configuration
@ImportResource(locations = {"classpath:dubbo-common.xml", "classpath:dubbo-${spring.profiles.active}.xml"})
public class DubboConfiguration {
}