Giter VIP home page Giter VIP logo

ueditor-for-aliyun-oss's Introduction

UEditor-for-aliyun-OSS使用配置

Build Build StatusIssue Stats

使用

UEditor-for-aliyun-OSS-1.2.0-beta提供两种配置模式:

1. 标准模式:

即不配置OSSKey.properties文件或配置useStatus=false,该功能同ueditor官方提供的功能一致。

2. 高级模式:

即启用UEditor-for-aliyun-OSS模式,配置及使用方法如下:

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

  2. https://github.com/qikemi/UEditor-for-aliyun-OSS/releases 下载UEditor-for-aliyun-OSS-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

技术支持

邮箱:[email protected] [email protected]

QQ群:20038301

捐赠

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

微信二维码:

WeChat

支付宝二维码:

AliPay

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.