blob: d48269a20655080eea6c616d2284382213b35682 [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-${spring.profiles.active}.xml")
public class DubboConfiguration {
}