j2ee项目maven 引入ueditor 包

j2ee 项目使用maven 在使用ueditor时无法引用ueditor包

简单解决方法就是去maven仓库找到引用代码

中央仓库地址:(转http://blog.csdn.net/mynameissls/article/details/21223453)

1. http://www.sonatype.org/nexus/

2. http://mvnrepository.com/ (本人推荐仓库)

3. http://repo1.maven.org/maven2

配置pom.xml



org.webjars.bower
ueditor
1.4.3



目录结构:

j2ee项目maven 引入ueditor 包_第1张图片

你可能感兴趣的:(web)