https://img2020.cnblogs.com/blog/1101843/202010/1101843-20201029092119794-1182278230.jpg

支付宝

https://img2020.cnblogs.com/blog/1101843/202010/1101843-20201029091740174-1560674849.png

微 信

MAVEN 添加本地jar

 

<dependency>
<groupId>ueditor</groupId>
<artifactId>ueditor</artifactId>
<version>1.1.2</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/webapp/resources/plugin/ueditor/jsp/lib/ueditor-1.1.2.jar</systemPath>
</dependency>

 

 

 

install子项目maven如果出现下面的问题

Failed to execute goal on project ...: Could not resolve dependencies for project ...:

应该先install父项目

posted @ 2019-09-27 14:01  huangwanlin  阅读(140)  评论(0编辑  收藏  举报
Copyright 2012-2021 林云希科技有限责任公司