Package com.dianping.cat.build

Examples of com.dianping.cat.build.AppDatabaseConfigurator


    // database
    all.add(C(JdbcDataSourceDescriptorManager.class) //
          .config(E("datasourceFile").value("/data/appdatas/cat/datasources.xml")));

    all.addAll(new AppDatabaseConfigurator().defineComponents());

    // Please keep it as last
    all.addAll(new WebComponentConfigurator().defineComponents());

    return all;
View Full Code Here

TOP

Related Classes of com.dianping.cat.build.AppDatabaseConfigurator

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.