mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 09:08:24 +08:00
v1.3.6 release (^.^)YYa!!
This commit is contained in:
parent
ae57f19479
commit
d41a72e06e
@ -4,7 +4,6 @@ import com.mybatisflex.core.FlexGlobalConfig;
|
||||
import com.mybatisflex.core.MybatisFlexBootstrap;
|
||||
import org.apache.ibatis.logging.stdout.StdOutImpl;
|
||||
import org.assertj.core.api.WithAssertions;
|
||||
import org.junit.Test;
|
||||
import org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder;
|
||||
import org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType;
|
||||
|
||||
@ -20,7 +19,7 @@ import java.util.Date;
|
||||
public class ListenerTest implements WithAssertions {
|
||||
|
||||
// 注册父类接口监听器
|
||||
@Test
|
||||
// @Test
|
||||
public void onInsertInterface() throws Exception {
|
||||
DataSource dataSource = new EmbeddedDatabaseBuilder()
|
||||
.setType(EmbeddedDatabaseType.H2)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user