From 27988ac45261adabc3da929788e72b51f415bbf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AC=A2=E4=B9=90=E7=A0=81=E5=86=9C?= Date: Wed, 24 May 2023 03:52:48 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/zh/intro/getting-started.md.=20?= =?UTF-8?q?=20setDatasource=20=E6=94=B9=E4=B8=BA=20setDataSource?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 欢乐码农 --- docs/zh/intro/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/intro/getting-started.md b/docs/zh/intro/getting-started.md index 66acdc01..04d3f937 100644 --- a/docs/zh/intro/getting-started.md +++ b/docs/zh/intro/getting-started.md @@ -110,7 +110,7 @@ public class HelloWorld { //配置数据源 MybatisFlexBootstrap.getInstance() - .setDatasource(dataSource) + .setDataSource(dataSource) .addMapper(AccountMapper.class) .start();