From 200dffb654ace08a7e18804b82bf7ef71f14d47d Mon Sep 17 00:00:00 2001 From: 1559018677 <1559018677@qq.comm> Date: Fri, 18 Aug 2023 09:40:02 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix(main):=201.=E4=BF=AE=E5=A4=8Dgradle?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 62a4448..0fae204 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -9,4 +9,4 @@ plugins { id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0" } -rootProject.name = "myBatis-flex-kotlin" \ No newline at end of file +rootProject.name = "mybatis-flex-kotlin" -- Gitee From aaf1759504f14db0c43ee7d18553557d6094ea0d Mon Sep 17 00:00:00 2001 From: 1559018677 <1559018677@qq.comm> Date: Fri, 18 Aug 2023 09:42:00 +0800 Subject: [PATCH 2/2] =?UTF-8?q?docs(main):=201.fix=E9=94=99=E5=88=AB?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme_zh.md b/readme_zh.md index 6e6a878..5f7e008 100644 --- a/readme_zh.md +++ b/readme_zh.md @@ -14,7 +14,7 @@ - 熟悉 Kotlin 构建工具,比如 Gradle、Maven > 本文档涉及到的 [演示源码](https://gitee.com/mybatis-flex/mybatis-flex-kotlin/tree/main/src/test/kotlin/com/mybatisflex/kotlin/test) 已经全部上传 -> 在开始之前,您也可以先下载到本地,导入到 idea 开发工具后,在继续看文档。 +> 在开始之前,您也可以先下载到本地,导入到 idea 开发工具后,再继续看文档。 > > 在 [Mybatis-Flex源项目](https://mybatis-flex.com) 中所介绍的功能本文档不再过多赘述建议,本文档只对 Mybatis-Flex 在 Kotlin 中特有的用法进行介绍 -- Gitee