spring -- 自定义 scope
摘要:
必须 实现 scope 接口 public class CustomScope implements Scope { ThreadLocal<Object> threadLocal = new ThreadLocal<>(); @Override public Object get(String n 阅读全文
posted @ 2021-03-03 22:08 xingshouzhan 阅读(380) 评论(0) 推荐(0) 编辑