Bert

Results 5 comments of Bert

@kangarooxin "30 1/3 * * * ?" equivalent to 90 seconds interval

太坑了,我们紧急替换了域名

从 JDK 17 开始,sun.net.util 包已被删除。如果需要解析 IP 地址,可以使用 Java 内置的 java.net.InetAddress 类。

@NiFNi Since upgrading to springboot 3.3.0, I have encountered the same issue, which has forced me to clean up the cache after each visit. Writing code in this way is...

@NiFNi Thank you, the issue has been resolved using the method you provided. ```java @Override public Observation.Context map(Observation.Context context) { if (!StringUtils.equalsIgnoreCase(context.getName(), "http.server.requests")) { return context; } String productType =...