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

This commit is contained in:
小锅盖 2021-06-17 11:13:10 +08:00 committed by Gitee
parent dae8860e43
commit b5c4662bb8
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;