|
@@ -23,6 +23,14 @@ import org.apache.ibatis.session.SqlSessionFactory;
|
|
|
|
|
|
import java.io.InputStream;
|
|
import java.io.InputStream;
|
|
|
|
|
|
|
|
+/**
|
|
|
|
+ * <p>
|
|
|
|
+ * MySQL 数据库,表引擎 MyISAM 不支持事务,请使用 InnoDB !!!!
|
|
|
|
+ * </p>
|
|
|
|
+ *
|
|
|
|
+ * @author hubin
|
|
|
|
+ * @date 2016-09-20
|
|
|
|
+ */
|
|
public class TransactionalTest {
|
|
public class TransactionalTest {
|
|
|
|
|
|
/**
|
|
/**
|