inheritableThreadLocals 主要存储可自动 向子线程中传递的ThreadLocal.ThreadLocalMap。 在getMap方法里是get的线程里的inheritableThreadLocals变量 在... (map != null) map.set(this, value); else createMap(t, value); } getMap方法会走子类I
origin: baomidou/mybatis-plus AbstractTemplateEngine.batchOutput() if (null != injectionConfig) { injectionConfig.initMap(); objectMap.put("cfg", injectionConfig.getMap()); List<FileOutConfig> focList = injectionConfig.getFileOutConfigList(); if (CollectionUtils.isNotEmpty(focList)) { origin:...