Package com.alibaba.druid.filter.config

Examples of com.alibaba.druid.filter.config.ConfigFilter


import com.alibaba.druid.filter.config.ConfigFilter;


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

Related Classes of com.alibaba.druid.filter.config.ConfigFilter

Copyright © 2018 www.massapicom. 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.