spring 集成FineReport v11

楼主
我是社区第1814871位番薯,欢迎点我头像关注我哦~

主要流程按 spring 集成FineReport v10 https://bbs.fanruan.com/thread-133700-1-1.html

v11不同的地方

1. pom配置不同

<dependency>
            <groupId>fine-accumulator</groupId>
            <artifactId>fine-accumulator</artifactId>
            <scope>system</scope>
            <version>11.0</version>
            <systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/fine-accumulator-11.0.jar</systemPath>
        </dependency>

        <dependency>
            <groupId>fine-activator</groupId>
            <artifactId>fine-activator</artifactId>
            <scope>system</scope>
            <version>11.0</version>
            <systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/fine-activator-11.0.jar</systemPath>
        </dependency>

        <dependency>
            <groupId>fine-cbb</groupId>
            <artifactId>fine-cbb</artifactId>
            <version>11.0</version>
            <scope>system</scope>
            <systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/fine-cbb-11.0.jar</systemPath>
        </dependency>

        <dependency>
            <groupId>fine-core</groupId>
            <artifactId>fine-core</artifactId>
            <scope>system</scope>
            <version>11.0</version>
            <systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/fine-core-11.0.jar</systemPath>
        </dependency>

        <dependency>
            <groupId>fine-datasource</groupId>
            <artifactId>fine-datasource</artifactId>
            <scope>system</scope>
            <version>11.0</version>
            <systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/fine-datasource-11.0.jar</systemPath>
        </dependency>

        <dependency>
            <groupId>fine-decision</groupId>
            <artifactId>fine-decision</artifactId>
            <scope>system</scope>
            <version>11.0</version>
            <systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/fine-decision-11.0.jar</systemPath>
        </dependency>

        <dependency>
            <groupId>fine-decision-report</groupId>
            <artifactId>fine-decision-report</artifactId>
            <scope>system</scope>
            <version>11.0</version>
            <systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/fine-decision-report-11.0.jar</systemPath>
        </dependency>

        <dependency>
            <groupId>fine-report-engine</groupId>
            <artifactId>fine-report-engine</artifactId>
            <scope>system</scope>
            <version>11.0</version>
            <systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/fine-report-engine-11.0.jar</systemPath>
        </dependency>

        <dependency>
            <groupId>fine-schedule</groupId>
            <artifactId>fine-schedule</artifactId>
            <scope>system</scope>
            <version>11.0</version>
            <systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/fine-schedule-11.0.jar</systemPath>
        </dependency>

        <dependency>
            <groupId>fine-schedule-report</groupId>
            <artifactId>fine-schedule-report</artifactId>
            <scope>system</scope>
            <version>11.0</version>
            <systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/fine-schedule-report-11.0.jar</systemPath>
        </dependency>

        <dependency>
            <groupId>fine-swift-log-adaptor</groupId>
            <artifactId>fine-swift-log-adaptor</artifactId>
            <scope>system</scope>
            <version>11.0</version>
            <systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/fine-swift-log-adaptor-11.0.jar</systemPath>
        </dependency>

        <dependency>
            <groupId>fine-third</groupId>
            <artifactId>fine-third</artifactId>
            <scope>system</scope>
            <version>11.0</version>
            <systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/fine-third-11.0.jar</systemPath>
        </dependency>

        <dependency>
            <groupId>fine-webui</groupId>
            <artifactId>fine-webui</artifactId>
            <scope>system</scope>
            <version>11.0</version>
            <systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/fine-webui-11.0.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>io.netty</groupId>
            <artifactId>netty-all</artifactId>
            <version>4.1.78.Final</version>
            <scope>system</scope>
            <systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/netty-all-4.1.78.Final.jar</systemPath>
        </dependency>

 

分享扩散:

沙发
发表于 2022-10-23 23:13:32
板凳
发表于 2022-11-9 17:09:13

还是启动不起来

地板
发表于 2022-11-14 18:47:54
强啊,666
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

返回顶部 返回列表