摘要: 众所周知,在 Spring 的 bean 中使用 this 引用,会导致 AOP 切面失效,那我们就不用 this,使用 self() 代替 SpringUtils.java package com.xxx.util; import org.springframework.beans.BeansEx 阅读全文
posted @ 2024-01-16 15:36 Nihaorz 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 工具类:org.springframework.util.DigestUtils 作用:计算字节数组、输入流的 md5 摘要 所在模块:spring-core 方法 描述 String md5DigestAsHex(byte[] bytes) 返回字节数组的 md5 摘要(计算字符串) String 阅读全文
posted @ 2024-01-16 11:32 Nihaorz 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 工具类:org.springframework.util.StopWatch 作用:记录方法执行耗时,统计每个方法的耗时占比 所在模块:spring-core 方法 描述 void start(String taskName) 开始一个新的监测任务,可设置任务名称。记录当前时间和任务名称 void 阅读全文
posted @ 2024-01-16 11:18 Nihaorz 阅读(62) 评论(0) 推荐(0) 编辑