摘要:
泛型、模板模式 public interface IBaseTestService { void test(); default void test2(){ this.test(); }; } public class BaseTestServiceImpl<T> implements IBaseT 阅读全文
摘要:
工具类 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% 阅读全文