!45 update docs/zh/intro/getting-started.md.

Merge pull request !45 from 欢乐码农/N/A
This commit is contained in:
Michael Yang 2023-05-24 04:41:46 +00:00 committed by Gitee
commit ab3b71ef36
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -110,7 +110,7 @@ public class HelloWorld {
//配置数据源
MybatisFlexBootstrap.getInstance()
.setDatasource(dataSource)
.setDataSource(dataSource)
.addMapper(AccountMapper.class)
.start();