org.frameworkset.db.DBUtils Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pdp-system Show documentation
Show all versions of pdp-system Show documentation
bboss public development platform base on bboss.
package org.frameworkset.db;
import org.frameworkset.persitent.util.SQLUtil;
public class DBUtils {
public static SQLUtil smc_init = SQLUtil.getInstance("org/frameworkset/mq/smc-init.xml");
}