We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我想自定义 StatFilter,没看到相关配置
The text was updated successfully, but these errors were encountered:
@lihengming
Sorry, something went wrong.
@drtrang 使用 V1.1.1 版本的DruidDataSourceBuilder,创建数据源后,自行添加自定义Filter。
DruidDataSourceBuilder
@Bean public DataSource dataSourceOne(Environment env){ DruidDataSource dataSource = DruidDataSourceBuilder .create() .build(env, "spring.datasource.druid"); dataSource.setProxyFilters(你的Filters); return dataSource; }
No branches or pull requests
我想自定义 StatFilter,没看到相关配置
The text was updated successfully, but these errors were encountered: