!118 feat(dynamic-datasource): dynamic-datasource new version resolve this problem

Merge pull request !118 from 小锅盖/N/A
This commit is contained in:
lengleng 2021-06-17 11:24:29 +08:00 committed by Gitee
commit a50a32bc6f
1 changed files with 0 additions and 2 deletions

View File

@ -38,8 +38,6 @@ public class LastParamDsProcessor extends DsProcessor {
@Override
public boolean matches(String key) {
if (key.startsWith(LAST_PREFIX)) {
// https://github.com/baomidou/dynamic-datasource-spring-boot-starter/issues/213
DynamicDataSourceContextHolder.clear();
return true;
}
return false;