java中连接mysql方法
String Initsql = "sqlxxx";
mysql.connect("xwms");
int i1 = mysql.update(Initsql);
// 插入面单表
log.info("=====>>>>> 【面单表数据插入结果】:" + "= " + Initsql);
String Initsql = "sqlxxx";
mysql.connect("xwms");
int i1 = mysql.update(Initsql);
// 插入面单表
log.info("=====>>>>> 【面单表数据插入结果】:" + "= " + Initsql);