You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Current version is:1.0.5
63
63
<version>${uid.version}</version>
64
64
</dependency>
65
65
66
-
<!-- database driver-->
66
+
<!-- example for mariadb database driver-->
67
67
<!-- jdbc -->
68
68
<dependency>
69
69
<groupId>org.mariadb.jdbc</groupId>
@@ -176,15 +176,15 @@ spring:
176
176
@Bean
177
177
RejectedPutBufferHandler customPutHandler() {
178
178
return (buffer, id) -> {
179
-
do your
179
+
//do your
180
180
};
181
181
}
182
182
183
183
// 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
0 commit comments