微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

java – Spring 5报告

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生成代码可以由您自己的端点调用.

原文地址:https://www.jb51.cc/spring/432576.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐