All Projects → xiexianbin → Ueditor Plus

xiexianbin / Ueditor Plus

Licence: apache-2.0
Create By Xie Xianbin. RePackage ueditor for spring and other object storage service.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ueditor Plus

Intellij Elixir
Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Stars: ✭ 1,488 (+1995.77%)
Mutual labels:  editor-plugin, editor
next-oss
webpack打包文件上传到OSS
Stars: ✭ 18 (-74.65%)
Mutual labels:  oss, cdn
Custom Work For Brackets
<involuntarily lost source code> ____ Adds toolbar it include buttons show/hide with tabs of active documents on the top of the editor.
Stars: ✭ 126 (+77.46%)
Mutual labels:  editor-plugin, editor
Vue Monaco Editor
Monaco Editor Vue Component
Stars: ✭ 187 (+163.38%)
Mutual labels:  editor-plugin, editor
Oneblog
👽 OneBlog,一个简洁美观、功能强大并且自适应的Java博客
Stars: ✭ 678 (+854.93%)
Mutual labels:  springboot, oss
Kaizen Openapi Editor
Eclipse Editor for the Swagger-OpenAPI Description Language
Stars: ✭ 97 (+36.62%)
Mutual labels:  oss, editor
Netease Cloud Music Community
参照网易云音乐云村做的一个小程序社区,后端技术栈为Java,SpringBoot,MySQL,Redis,前端技术栈为uni-app。欢迎吐槽。
Stars: ✭ 157 (+121.13%)
Mutual labels:  springboot, oss
Sketchpad
Sketchpad is fully customisable collaborative whiteboard plugin written in pure JavaScript.
Stars: ✭ 85 (+19.72%)
Mutual labels:  cdn, editor
Api Boot
“ ApiBoot”是为接口服务而生的,基于“ SpringBoot”完成扩展和自动配置,内部封装了一系列的开箱即用Starters。
Stars: ✭ 460 (+547.89%)
Mutual labels:  springboot, oss
opsli-ui
OPSLI 快速开发平台基于springboot、vue、element-ui ,项目采用前后端分离架构,热插拔式业务模块与插件扩展性高 ,代码简洁,功能丰富,开箱即用
Stars: ✭ 76 (+7.04%)
Mutual labels:  oss, springboot
ElUploader-OSS-Solution
ElementUI - Upload 组件结合 OSS 的封装
Stars: ✭ 28 (-60.56%)
Mutual labels:  oss, cdn
Vue Quill Editor
🍡@quilljs editor component for @vuejs
Stars: ✭ 6,874 (+9581.69%)
Mutual labels:  editor-plugin, editor
Aliyun Sdk Js
阿里云 SDK for Javascript,支持在浏览器和 Nodejs 环境使用,支持大部分阿里云服务。
Stars: ✭ 727 (+923.94%)
Mutual labels:  oss, cdn
Waliyun
阿里云Node.js Open API SDK(完整版)
Stars: ✭ 40 (-43.66%)
Mutual labels:  oss, cdn
Shw server
使用SpringCloud和Spring WebFlux开发的学生作业管理系统服务端,前后端分离项目,微服务架构。支持Docker集群化部署,Redis集群化缓存,文件在线预览 压缩包预览 打包上传下载
Stars: ✭ 66 (-7.04%)
Mutual labels:  springboot
Aooms
[ Aooms —— 极速微服务开发平台 ] 不止于简单的框架集成(组件轻薄封装、极速开发体验、完整解决方案)。
Stars: ✭ 69 (-2.82%)
Mutual labels:  springboot
Web Editor
Web可视化组态编辑器(Angular8)
Stars: ✭ 67 (-5.63%)
Mutual labels:  editor
Spring Examples
SpringBoot Examples
Stars: ✭ 67 (-5.63%)
Mutual labels:  springboot
Rubel
Rubel is a cms built with Laravel and React.
Stars: ✭ 70 (-1.41%)
Mutual labels:  oss
Mahapps.metro.iconpacks
Awesome icon packs for WPF and UWP in one library
Stars: ✭ 1,157 (+1529.58%)
Mutual labels:  oss

ueditor-plus使用配置

License Build Status Codeship GitHub release GitHub pull requests

版本说明

  1. ueditor-plus-v1.2.1-beta和v1.4。3之前的版本均对应ueditor的官方v1.4.3版本

  2. ueditor-plus-v1.2.1-beta之后版本将于ueditor官方保持一致。即ueditor-plus-v1.4.3.1版本对应ueditor的v1.4.3.1版本。

Maven

<dependency>
  <groupId>cn.xiexianbin.ueditor</groupId>
  <artifactId>ueditor-plus</artifactId>
  <version>1.4.3.3</version>
</dependency>

使用

Ueditor 官方使用说明:http://fex.baidu.com/ueditor/#server-jsp,ueditor-plus提供两种配置模式:

1. 标准模式:

配置文件OSSKey.properties位于src/main/resources目录下(及java的classpath目录下),若不配置OSSKey.properties文件或配置useStatus=false,该功能同ueditor官方提供的功能一致;否则,将启用ue的高级功能。。

2. 高级模式:

即启用ueditor-plus模式,配置及使用方法如下:

  1. 把/src/ueditor1_4_3-utf8-jsp文件下的所有文件拷贝到项目的目录下(该文件来自ueditor官网修改后的版本)。

  2. https://github.com/XieXianbin/ueditor-plus/releases 下载ueditor-plus-1.2.0-beta.jar包,与从/src/lib文件夹下的jar包一同拷贝到项目的lib目录下,导入项目。

  3. 将/src/OSSKey.properties拷贝到src/main/resources目录下,配置OSSKey.properties文件,修改如下:

## ALIYUN OSSClient Configure 

# Ueditor use or not story image to ALIYUN OSS, values true/false
# default value false
useStatus=true

# ALIYUN OSS bucket info
bucketName=ali--cdn-shenzhen
key=
secret=

# auto create Bucket to default (HangZhou) zone, values true/false
# default value false
autoCreateBucket=false

## ALIYUN OSS URL
# The Oss Client Endpoind to auth, like http://oss-cn-shenzhen.aliyuncs.com/
ossCliendEndPoint=http://oss-cn-shenzhen.aliyuncs.com/

# ossEndPoint=http://ali--cdn.oss-cn-shenzhen.aliyuncs.com/
ossEndPoint=http://ali--cdn-shenzhen.oss-cn-shenzhen.aliyuncs.com/

## ALIYUN CDN URL
# Ueditor use or not use ALIYUN CDN, values true/false
# default value false, when useCDN=true, the cdnEndPoint will used.
useCDN=false
#cdnEndPoint=http(s)://cdn.xiexianbin.cn.w.kunlunar.com/
cdnEndPoint=

# Ueditor story or not story image to local direct, values true/false
# default value false
useLocalStorager=false

# default Ueditor upload base path, from config.json, when
# useLocalStorager=false, this values will work to delete upload 
# file, default value is "upload", unuse now.
#uploadBasePath=upload

# Ueditor use or not use asynchronous model to upload image to ALIYUN OSS
# default value false
useAsynUploader=false

参看是否配置成功

http://127.0.0.1:8080/ueditor/ueditor1_4_3-utf8-jsp/jsp/controller.jsp?action=config

action类型以及说明

  • uploadimage://执行上传图片或截图的action名称

  • uploadscraw://执行上传涂鸦的action名称

  • uploadvideo://执行上传视频的action名称

  • uploadfile://controller里,执行上传视频的action名称

技术支持

邮箱:[email protected]

QQ群:20038301

捐赠

本项目是个人业余时间开发和提供技术支持,欢迎捐赠!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].