spring boot 整合 百度ueditor富文本

时间:2022-12-25 18:59:08

  百度的富文本没有提供Java版本的,只给提供了jsp版本,但是呢spring boot 如果是使用内置tomcat启动的话整合jsp是非常困难得,今天小编给大家带来spring boot整合百度富文本需要做哪些

 

 1.先将百度提供的demo和js导入项目中

 spring boot 整合 百度ueditor富文本

2.编写html

spring boot 整合 百度ueditor富文本

spring boot 整合 百度ueditor富文本

 

 这步创建好了编辑器然后我们会发现图片不能上传

 

出现这个问题之后我们去config.json里面修改

spring boot 整合 百度ueditor富文本

 

 

ueditor.config.js修改

 

 

 spring boot 整合 百度ueditor富文本

 

去编写ueditor.config.js指向的controller

spring boot 整合 百度ueditor富文本

 

 然后去重写百度的放法

 spring boot 整合 百度ueditor富文本

一定要在com包里

由于类太多,所以就不上传了,如果有需要直接加小编qq要项目即可

没怎么发过文章写得不好的地方多多指教

QQ:2933611669