849 Star 3.1K Fork 945

GVPJbootProjects/jboot

AttachmentManager 设置默认实例问题

待办的
创建于  
2022-03-01 14:18

AttachmentManager 中
public void setDefaultContainer(LocalAttachmentContainer defaultContainer) {
this.defaultContainer = defaultContainer;
}
建议改为
public void setDefaultContainer(AttachmentContainer defaultContainer) {
this.defaultContainer = defaultContainer;
}

评论 (0)

xialinlin8520@163.com 创建了任务 3年前

登录 后才可以发表评论

状态
负责人
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
参与者(1)
xialinlin8520@163.com-xialinlin
Java
1
https://gitee.com/JbootProjects/jboot.git
git@gitee.com:JbootProjects/jboot.git
JbootProjects
jboot
jboot

搜索帮助