All Projects → codingapi → ueditor

codingapi / ueditor

Licence: other
springboot版本的ueditor

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
java
68154 projects - #9 most used programming language

baidu-ueditor

基于springboot开发的ueditor插件,ueditor官网地址 http://ueditor.baidu.com/website/

1.添加maven:

        <dependency>
            <groupId>com.codingapi</groupId>
            <artifactId>ueditor-core</artifactId>
            <version>1.0.0</version>
        </dependency>

手动在ueditor-core下执行 mvn clean install

2.在resources下添加config.json

3.编写html:

可参考static/index.html

详细使用教程可参考:ueditor-demo项目

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].