blob: 18520ccddf66e2a391f0635e494a5e384ecf9c34 [file] [log] [blame]
package com.alibaba.dubbo.test.conf;
import org.springframework.context.annotation.Configuration;
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 {
}