上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: ApplicationRunner和commandlineRunner run方法 要try,否则抛出异常可能导致ApplicationContext close 阅读全文
posted @ 2024-04-23 16:11 清明雨下 阅读(31) 评论(0) 推荐(0)
摘要: https://mvnrepository.com/artifact/ 阅读全文
posted @ 2024-03-01 16:30 清明雨下 阅读(49) 评论(0) 推荐(0)
摘要: public boolean writeMetrics(String metricFamily, String help, List<VictoriaMetric> victoriaMetricList) { try { if(metricFamily == null || help == null 阅读全文
posted @ 2024-03-01 10:41 清明雨下 阅读(75) 评论(0) 推荐(0)
摘要: // Generated by the protocol buffer compiler. DO NOT EDIT!// source: types.proto public final class Types { private Types() {} public static void regi 阅读全文
posted @ 2024-03-01 10:38 清明雨下 阅读(41) 评论(0) 推荐(0)
摘要: // Generated by the protocol buffer compiler. DO NOT EDIT!// source: remote.proto public final class Remote { private Remote() {} public static void r 阅读全文
posted @ 2024-03-01 10:35 清明雨下 阅读(26) 评论(0) 推荐(0)
摘要: public final class GoGoProtos { private GoGoProtos() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) 阅读全文
posted @ 2024-03-01 10:34 清明雨下 阅读(36) 评论(0) 推荐(0)
摘要: @ComponentScan({"com.xia.blog.client"}) //被扫描的包 可以有注解@Service @Dao 等@EnableFeignClients({"com.xia.blog.client"})public class MyConfiguration {} 在resou 阅读全文
posted @ 2024-02-26 10:29 清明雨下 阅读(25) 评论(0) 推荐(0)
摘要: (?i)忽略大小写 匹配得氛围用() 来限制,比如: ((?i)yes) 表示可匹配 Yes yEs YEs 阅读全文
posted @ 2024-02-05 09:15 清明雨下 阅读(99) 评论(0) 推荐(0)
摘要: retrofit vs okhttp 阅读全文
posted @ 2024-02-04 09:43 清明雨下 阅读(13) 评论(0) 推荐(0)
摘要: public class ComVO{ @NotBlank(message="用户id不可空",groups={EditGroup.class} private String id; @NotBlank(message="用户名称不可空",groups={EditGroup.class,AddGro 阅读全文
posted @ 2024-02-01 14:37 清明雨下 阅读(23) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 10 下一页