Giter Site home page Giter Site logo

yyb-ueditor's Introduction

yyb-ueditor

可直接使用yyb-ueditor_1.1.2.jar 也可以使用源码

config.json可以放到classpath下,要做小修改

"fileManagerListPath": "/ueditor/jsp/upload/file/" 修改为 "fileManagerListPath": "ueditor/jsp/upload/file/" 其它类似地方,做相同修改,访问前缀最好也改一下

上传类配置 ueditor.config.js中 // 服务器统一请求接口路径修改为自己的URL serverUrl: "/ueditor/controller"

@ResponseBody @RequestMapping("/controller") public String umeditor(HttpServletRequest request,@RequestParam(value = "upfile",required = false) MultipartFile file) throws IOException { IUploader iUploader = 实现类,自己随意写,可传到第三方云 return new ActionEnter(request,getWebRootDir(),null,iUploader,file).exec(); }

yyb-ueditor's People

Contributors

yanglingyun001 avatar

Stargazers

 avatar

Watchers

 avatar

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.