We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.2.9
使用springboot3.2.0初始化UReport 配置,出现Servlet不兼容问题
Spring Boot 2.4 开始,Spring Boot 默认使用的 Servlet API 版本已经升级到了 Jakarta EE 的对应版本,即 jakarta.servlet 替代了之前的 javax.servlet
Type parameter 'com.bstek.ureport.console.UReportServlet' is not within its bound; should implement 'jakarta.servlet.Servlet'
The text was updated successfully, but these errors were encountered:
请问下楼主怎么解决的,是去改了源码来支持的吗
Sorry, something went wrong.
No branches or pull requests
当前使用的UReport的具体版本号:
2.2.9
遇到的问题描述:
使用springboot3.2.0初始化UReport 配置,出现Servlet不兼容问题
Spring Boot 2.4 开始,Spring Boot 默认使用的 Servlet API 版本已经升级到了 Jakarta EE 的对应版本,即 jakarta.servlet 替代了之前的 javax.servlet
涉及到的异常信息(完整异常信息):
Type parameter 'com.bstek.ureport.console.UReportServlet' is not within its bound; should implement 'jakarta.servlet.Servlet'
相关截图:
The text was updated successfully, but these errors were encountered: