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
1.6.2-GA5
集成springboot3.1.3版本时出现:java: 不兼容的类型: javax.servlet.Filter无法转换为jakarta.servlet.Filter
java: 不兼容的类型: javax.servlet.Filter无法转换为jakarta.servlet.Filter
只需引用springboot3.1.3版本启动就会出现该问题
The text was updated successfully, but these errors were encountered:
经过测试版本降到springboot2.7.15 及以下都可以,希望能对3.x版本做一下支持,谢谢
Sorry, something went wrong.
短期内无计划升级
制作了一个版本(springboot3.1.5+jdk17),试试
<dependency> <groupId>org.jeecgframework.jimureport</groupId> <artifactId>jimureport-spring-boot3-starter</artifactId> <version>1.6.6</version> </dependency>
No branches or pull requests
版本号:
1.6.2-GA5
问题描述:
集成springboot3.1.3版本时出现:java: 不兼容的类型: javax.servlet.Filter无法转换为jakarta.servlet.Filter
错误日志&截图:
java: 不兼容的类型: javax.servlet.Filter无法转换为jakarta.servlet.Filter
重现步骤:
只需引用springboot3.1.3版本启动就会出现该问题
友情提示(为了提高issue处理效率):
The text was updated successfully, but these errors were encountered: