I released datasource-proxy version 1.2
main feature:
- query and parameter replacement
- new QueryTransformer and ParameterTransformer APIs to transform query and parameter before executing queries
- many refactoring
They are available in maven central.
dependency:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dependency> | |
<groupId>net.ttddyy</groupId> | |
<artifactId>datasource-proxy</artifactId> | |
<version>1.2</version> | |
</dependency> |
No comments:
Post a Comment