美文网首页
maven 片段

maven 片段

作者: 就不能简单 | 来源:发表于2017-04-14 10:26 被阅读15次

引用本地 jar 文件

     <dependency>
           <groupId>com.baidu.ueditor</groupId>
           <artifactId>ueditor</artifactId>
           <version>1.1.2</version>
           <scope>system</scope>
           <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/ueditor-1.1.2.jar</systemPath>
     </dependency>

相关文章

网友评论

      本文标题:maven 片段

      本文链接:https://www.haomeiwen.com/subject/irlwattx.html