Skip to content

SSaunder/ueditor-spring-boot-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ueditor-spring-boot-starter

概述

UEditor富文本编辑器服务端,该服务端不支持以下功能:

  • 远程图片抓取

使用方法

  1. 创建spring-boot项目
  2. pom.xml文件中添加依赖
    <dependency>
      <groupId>com.baidu.ueditor</groupId>
      <artifactId>ueditor-spring-boot-starter</artifactId>
      <version>0.0.1-SNAPSHOT</version>
    </dependency>
  3. application.ymlapplication.properties 文件添加如下属性即可使用
    com.baidu.ueditor.base-url= 上传文件后访问基本URL,例如http://localhost:8090
    com.baidu.ueditor.home-dir= 实际存储文件的根目录
    

注意

文件访问服务需要支持跨域,否则文件上传后将在富文本编辑器中不能正常显示。

About

百度UEditor富文本编辑器服务端Spring Boot Starter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors