接口 DynamicDataSourcePropertiesCustomizer
public interface DynamicDataSourcePropertiesCustomizer
- 从以下版本开始:
- 3.4.0
- 作者:
- hzh727172424
-
方法概要
修饰符和类型方法说明voidcustomize(DynamicDataSourceProperties properties) Customize the given aDynamicDataSourcePropertiesobject.
-
方法详细资料
-
customize
Customize the given aDynamicDataSourcePropertiesobject.- 参数:
properties- the DynamicDataSourceProperties object to customize
-