From 30efebf6aeccb1fcd6214af993de5fd60c17bd17 Mon Sep 17 00:00:00 2001 From: kamosama <837080904@qq.com> Date: Wed, 9 Aug 2023 12:58:36 +0800 Subject: [PATCH] =?UTF-8?q?test=EF=BC=9A=E5=A4=9A=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=BA=90=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/test/java/com/mybatisflex/kotlintest/ExtensionTest.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mybatis-flex-kotlin/src/test/java/com/mybatisflex/kotlintest/ExtensionTest.kt b/mybatis-flex-kotlin/src/test/java/com/mybatisflex/kotlintest/ExtensionTest.kt index 43139621..d3fc59a4 100755 --- a/mybatis-flex-kotlin/src/test/java/com/mybatisflex/kotlintest/ExtensionTest.kt +++ b/mybatis-flex-kotlin/src/test/java/com/mybatisflex/kotlintest/ExtensionTest.kt @@ -49,6 +49,8 @@ fun main() { dataSources { // dataSource(FlexConsts.NAME,dataSource) FlexConsts.NAME of dataSource +// "dataSource1" of dataSource +// "dataSource2" of dataSource } // + dataSource }.start()