This commit is contained in:
开源海哥 2023-05-24 13:26:15 +08:00
commit 0613699c98

View File

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