baomidou / dynamic-datasource

dynamic datasource for springboot 多数据源 动态数据源 主从分离 读写分离 分布式事务
https://www.kancloud.cn/tracy5546/dynamic-datasource/2264611
Apache License 2.0
4.75k stars 1.19k forks source link

feat: druid wallFilter可以动态指定dbType(某些国产数据库的使用,需要指定下) #553

Closed ilaotan closed 1 year ago

ilaotan commented 1 year ago

What kind of change does this PR introduce? (check at least one)

The description of the PR:

Other information:

ilaotan commented 1 year ago

WallFilter有dbTypeName字段,我们有设置的需求,翻阅了代码,发现没有设置的入口,故提一个pr

huayanYu commented 1 year ago

感觉你反射的filter可能有问题, 还是应该反射config啊. 先临时用一种丑陋的方式支持