uedito在线管理图片无法预览的问题

最近正在整合springmvc+spring+mybatis+freemaker maven多项目集成框架,后台添加文章时候用到ueditor

于是在官网下载了个ueditor,发现整合起来各种bug,还好坑都给我填没了! 其中最纠结的问题是ueditor在线管理的bug,如图:


uedito在线管理图片无法预览的问题_第1张图片

我去官网(http://ueditor.baidu.com/website/download.html)把源码下载下来

修改 ConfigManager.java 文件 下的 getConfigPath 方法:

 
    private String getConfigPath () {
        return this.parentPath + File.separator + ConfigManager.configFileName;
        //return this.rootPath +  File.separator + "WEB-INF" + File.separator +
        //"classes" +  File.separator + ConfigManager.configFileName;
    }


配置ueditor/jsp/config.json文件中imageUrlPrefix和imageManagerUrlPrefix的路径(最好用eclipse改,不然编码有问题):

然后自己新建一个manifest.mf导出jar包,替换ueditor-1.1.2.jar解决,显示正常。

uedito在线管理图片无法预览的问题_第2张图片


uedito在线管理图片无法预览的问题_第3张图片




@注意:
本文由东亮博客提供
如需转载,烦请注明出处:http://www.lindongliang.cn/news26
有任何问题可以留言!

你可能感兴趣的:(uedito在线管理图片无法预览的问题)