天天看点

ueditor上传图片回调_springboot整合百度富文本 UEditor

第一步:在ueditor官网下载ueditor 压缩包,下载链接"http://ueditor.baidu.com/website/download.html",选择JSP utf-8版本

ueditor上传图片回调_springboot整合百度富文本 UEditor

第二部:下载完成之后解压至全部解压放在你的项目里面

ueditor上传图片回调_springboot整合百度富文本 UEditor

注意我这里是将config.json 提出来直接放在static文件夹下面的里面的“kityformula-plugin”是公式插件,需要单独下载。

第三部:jsp 这个版本下载下来是没有后台源码的,建议之后jar包 但是你直接用他的jar包会有问题建议去把源码下载下来

ueditor上传图片回调_springboot整合百度富文本 UEditor

第四步:修改ConfigManager 里面的getConfigPath 方法

ueditor上传图片回调_springboot整合百度富文本 UEditor

第五步修改ueditor.config.js,就修改图示的两个地方

ueditor上传图片回调_springboot整合百度富文本 UEditor

第五步修改config.json

ueditor上传图片回调_springboot整合百度富文本 UEditor

大多数人在前面几步都没有问题,但是最后就是不能正常的上传和回显图片,关键在于你设置的图片保存路径在哪?如果你想保存到项目外主机的其他硬盘你就把上传路径写完整,然后配置个资源映射

ueditor上传图片回调_springboot整合百度富文本 UEditor

成果:

ueditor上传图片回调_springboot整合百度富文本 UEditor

朋友们在整合富文本时有问题可以私信我。我可以写个demo给你们