加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 大数据 > 正文

java – Spring 5报告

发布时间:2020-12-15 01:36:42 所属栏目:大数据 来源:网络整理
导读:在Spring Framework 5的更新日志中,它声明它们删除了JasperReports的兼容性.我可以使用哪种报告工具,它与Spring FW 5兼容? 最佳答案 https://jira.spring.io/browse/SPR-13294 从机票 we rather recommend native use of the JasperReports API in Spring M

在Spring Framework 5的更新日志中,它声明它们删除了JasperReports的兼容性.我可以使用哪种报告工具,它与Spring FW 5兼容?

最佳答案
https://jira.spring.io/browse/SPR-13294
从机票

we rather recommend native use of the JasperReports API in Spring MVC
handler methods,generating reports from specifically designed RESTful
endpoints.
We are dropping our now semi-useless JasperReports view
class hierarchy as of Spring Framework 5.0. Note that our existing
support against the deprecated JRExporter API remains around in the
Spring Framework 4.3.x line until 2019,in particular for existing
applications. However,even with 4.3,native use of the JasperReports
API is worth considering.

您应该使用JasperReport,但避免使用JRExporter.因此,只需手动添加所有JasperReport库并在需要时创建报告. Jasper Report生成代码可以由您自己的端点调用.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读