Package com.alibaba.druid.filter.config

Examples of com.alibaba.druid.filter.config.ConfigFilter.loadConfig()



public class ConfigFilterTest5 extends TestCase {
    public void test_loadClassPath() throws Exception {
        ConfigFilter filter = new ConfigFilter();
        Assert.assertNotNull(filter.loadConfig("classpath:bvt/config/config-0.properties"));
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.