Interface DynamicDataSourcePropertiesCustomizer
public interface DynamicDataSourcePropertiesCustomizer
- Since:
- 3.4.0
- Author:
- hzh727172424
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(DynamicDataSourceProperties properties) Customize the given aDynamicDataSourcePropertiesobject.
-
Method Details
-
customize
Customize the given aDynamicDataSourcePropertiesobject.- Parameters:
properties- the DynamicDataSourceProperties object to customize
-