简体   繁体   中英

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. when I add the dependency to BIRT 4.6.0-20160607 it was giving

Exception in thread "main" java.lang.SecurityException: Invalid signature file digest for Manifest main attributes"

and when I change dependency to 4.5.0a it was giving

Error creating bean with name 'mongo' defined in class path resource [org/springframework/boot/autoconfigure/mongo/MongoAutoConfiguration.class]

kindly help me.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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