Skip to content

Commit 0d45db2

Browse files
committed
1.0.5 released
1 parent dbec512 commit 0d45db2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Current version is:1.0.5
6363
<version>${uid.version}</version>
6464
</dependency>
6565

66-
<!-- database driver -->
66+
<!-- example for mariadb database driver-->
6767
<!-- jdbc -->
6868
<dependency>
6969
<groupId>org.mariadb.jdbc</groupId>
@@ -176,15 +176,15 @@ spring:
176176
@Bean
177177
RejectedPutBufferHandler customPutHandler() {
178178
return (buffer, id) -> {
179-
do your
179+
//do your
180180
};
181181
}
182182

183183
// The processing method when the future time (time that has not arrived) is used due to too fast consumption, the default is to allow and print the log
184184
@Bean
185185
TimeIsFutureHandler customFutureTimeHandler() {
186186
return (futureTime, currentTime) -> {
187-
do your
187+
//do your
188188
};
189189
}
190190

0 commit comments

Comments
 (0)