mirror of https://gitee.com/maxjhandsome/pig
!118 feat(dynamic-datasource): dynamic-datasource new version resolve this problem
Merge pull request !118 from 小锅盖/N/A
This commit is contained in:
commit
a50a32bc6f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue