Springboot将自定义jar包引入pom

Springboot将自定义jar包引入pom

Springboot将自定义jar包引入pom

 

        <dependency>
            <groupId>TrendDB_API</groupId>
            <artifactId>TrendDB_API</artifactId>
            <version>1.0</version>
            <scope>system</scope>
            <systemPath>${project.basedir}/lib/TrendDB_API.jar</systemPath>
        </dependency>
posted @ 2023-04-24 14:42  binbinx  阅读(91)  评论(0编辑  收藏  举报