【同步】BOOT 和 CLOUD 的功能

This commit is contained in:
YunaiV 2024-07-24 19:05:30 +08:00
parent d87d51b701
commit 625265b11d
3 changed files with 929 additions and 447 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -90,7 +90,7 @@ public class ApiAccessLogInterceptor implements HandlerInterceptor {
.filter(i -> clazzContents.get(i).contains(" " + method.getName() + "(")) // 简单匹配不考虑方法重名
.mapToObj(i -> i + 1) // 行号从 1 开始
.findFirst();
if (lineNumber.isEmpty()) {
if (!lineNumber.isPresent()) {
return;
}
// 打印结果