mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
Merge branch 'main' of https://gitee.com/mybatis-flex/mybatis-flex
This commit is contained in:
commit
0613699c98
@ -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