mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 09:38:26 +08:00
!45 update docs/zh/intro/getting-started.md.
Merge pull request !45 from 欢乐码农/N/A
This commit is contained in:
commit
ab3b71ef36
@ -110,7 +110,7 @@ public class HelloWorld {
|
|||||||
|
|
||||||
//配置数据源
|
//配置数据源
|
||||||
MybatisFlexBootstrap.getInstance()
|
MybatisFlexBootstrap.getInstance()
|
||||||
.setDatasource(dataSource)
|
.setDataSource(dataSource)
|
||||||
.addMapper(AccountMapper.class)
|
.addMapper(AccountMapper.class)
|
||||||
.start();
|
.start();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user