Examples of AppDatabaseConfigurator


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
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.