We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
public class DruidDataSourceConfiguration extends MybatisAutoConfiguration 里面 import org.jon.lv.jdbc.dataSource.DynamicDataSource; import org.jon.lv.jdbc.manager.DynamicDataSourceTransactionManager; 这2个类找不到?
The text was updated successfully, but these errors were encountered:
分页插件依赖另外一个项目:https://github.com/L316476844/mybatis-pageplugin 动态数据源依赖于项目:https://github.com/L316476844/Mybatis-DynamicDataSource 分支 release_05_18
Sorry, something went wrong.
No branches or pull requests
public class DruidDataSourceConfiguration extends MybatisAutoConfiguration
里面
import org.jon.lv.jdbc.dataSource.DynamicDataSource;
import org.jon.lv.jdbc.manager.DynamicDataSourceTransactionManager;
这2个类找不到?
The text was updated successfully, but these errors were encountered: