TaleLin / lin-cms-spring-boot

🔨 基于SpringBoot的CMS/DMS/管理系统开发框架
http://doc.cms.talelin.com/
MIT License
904 stars 253 forks source link

MDCAccessServletFilter不是抽象的, 并且未覆盖javax.servlet.Filter中的抽象方法destroy() #215

Closed chengjie1q0 closed 3 years ago

chengjie1q0 commented 3 years ago

描述 bug install 时候 Error:(23,8) java: io.github.talelin.latticy.module.log.MDCAccessServletFilter不是抽象的, 并且未覆盖javax.servlet.Filter中的抽象方法destroy()

你使用哪个版本出现该问题?

如果使用master,请表明是 master 分支,否则给出具体的版本号

如何再现

If your bug is deterministic, can you give a minimal reproducing code? Some bugs are not deterministic. Can you describe with precision in which context it happened? If this is possible, can you share your code?

如果你确定存在这个 bug,你能提供我们一个最小的实现代码吗? 一些 bug 是不确定,只会在某些条件下触发,你能详细描述一下具体的情况和提供复现的步骤吗? 当然如果你提供在线的 repo,那就再好不过了。

如果你发现了 bug,并修复了它,请用git rebase合并成一条标准的fix: description提交,然后向我们的 项目提 PR,我们会在第一时间审核,并感谢您的参与。