apache / shardingsphere

Distributed SQL transaction & query engine for data sharding, scaling, encryption, and more - on any database.
Apache License 2.0
19.8k stars 6.7k forks source link

How to add custom WallConfig, Filter in the Spring Boot ? #26868

Closed gufeng710 closed 6 months ago

gufeng710 commented 1 year ago

Question

Environment

springboot 2.1.3.RELEASE sharding-jdbc-spring-boot-starter:4.1.1 druid 1.1.11

How

I want to configure druid custom filter property in yml。But I find org.apache.shardingsphere.spring.boot.util.DataSourceUtil never call com.alibaba.druid.pool.DruidAbstractDataSource#setProxyFilters。 Is it true that yml does not support configuration? Can I only use the JavaConfig way to set it up DruidDataSource??

github-actions[bot] commented 1 year ago

There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.

linghengqian commented 7 months ago
github-actions[bot] commented 6 months ago

There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.

linghengqian commented 6 months ago