Skip to content

Commit b389c45

Browse files
committed
update Readme
1 parent 29c4407 commit b389c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ spring:
149149
};
150150
}
151151

152-
// 由于消耗过快使用到了未来时间(未到达的时间), 默认为允许并打印日志
152+
// 由于消耗过快使用到了未来时间(未到达的时间)时的处理方式, 默认为允许并打印日志
153153
@Bean
154154
TimeIsFutureHandler customFutureTimeHandler() {
155155
return (futureTime, currentTime) -> {

0 commit comments

Comments
 (0)