04 2023 档案
摘要:方案1:springboot集成freemarker https://www.cnblogs.com/lipg/p/13761588.html 方案2:参照Mybatis 手写功能 原始请求:拼接XML字符串发送请求 解决方案设计:像mybatis一样写XML文件 然后#{}的方式注入值 唯一区别就
阅读全文
摘要:子线程中获取父线程的数据 static InheritableThreadLocal<String> local = new InheritableThreadLocal<>(); public static void main(String[] args) { local.set("123");
阅读全文