摘要: 泛型、模板模式 public interface IBaseTestService { void test(); default void test2(){ this.test(); }; } public class BaseTestServiceImpl<T> implements IBaseT 阅读全文
posted @ 2022-02-20 18:20 XUMT111 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 工具类 https://hutool.cn/docs/#/core/%E5%B7%A5%E5%85%B7%E7%B1%BB/%E6%A6%82%E8%BF%B0 工具类 https://hutool.cn/docs/#/core/%E5%B7%A5%E5%85%B7%E7%B1%BB/%E6%A6% 阅读全文
posted @ 2022-02-20 18:11 XUMT111 阅读(123) 评论(0) 推荐(0) 编辑