简体   繁体   English

在Spring Boot应用程序中集成BIRT报告

[英]Integrating BIRT report in Spring Boot application

I am trying to integrate BIRT reports into my existing spring boot application with the help of BIRT in spring boot app but I am using maven. 我试图借助BIRT在Spring Boot应用程序中将BIRT报告集成到我现有的Spring Boot应用程序中,但是我正在使用Maven。 when I add the dependency to BIRT 4.6.0-20160607 it was giving 当我将依赖项添加到BIRT 4.6.0-20160607时,它给出了

Exception in thread "main" java.lang.SecurityException: Invalid signature file digest for Manifest main attributes" 线程“主”中的异常java.lang.SecurityException:清单主要属性的无效签名文件摘要”

and when I change dependency to 4.5.0a it was giving 当我将依赖关系更改为4.5.0a时

Error creating bean with name 'mongo' defined in class path resource [org/springframework/boot/autoconfigure/mongo/MongoAutoConfiguration.class] 创建在类路径资源[org / springframework / boot / autoconfigure / mongo / MongoAutoConfiguration.class]中定义的名称为'mongo'的bean时出错

kindly help me. 请帮助我。

在BirtReportRunnerApphlication中使用@EnableAutoConfiguration(exclude = {MongoAutoConfiguration.class})...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM