springboot引用三方jar包

2020-12-13 13:57

阅读:366

标签:pid   depend   jar   手动   项目   引用   引入   工具   inf   

在springboot项目中可能会用到三方工具类(比如接入短信网关时给出的工具jar包),这时候需要在springboot项目中手动引入进来

1. springboot工程目录, lib/ucpaas 下是三方jar

技术图片

 

 2. 修改 pom.xml

   dependency>

            groupId>com.ucpaasgroupId>

            artifactId>commons-langartifactId>

            version>2.3version>

            scope>systemscope>

            type>jartype>

            systemPath>${project.basedir}/lib/ucpaas/commons-lang-2.3.jarsystemPath>

        dependency>

        dependency>

            groupId>com.ucpaasgroupId>

            artifactId>commons-loggingartifactId>

            version>1.1.3version>

            scope>systemscope>

            systemPath>${project.basedir}/lib/ucpaas/commons-logging-1.1.3.jarsystemPath>

        dependency>

 

springboot引用三方jar包

标签:pid   depend   jar   手动   项目   引用   引入   工具   inf   

原文地址:https://www.cnblogs.com/tu13/p/java_springboot_jars.html


评论


亲,登录后才可以留言!