# ueditor **Repository Path**: mirrors_codingapi/ueditor ## Basic Information - **Project Name**: ueditor - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # baidu-ueditor 基于springboot开发的ueditor插件,ueditor官网地址 http://ueditor.baidu.com/website/ 1.添加maven: ``` com.codingapi ueditor-core 1.0.0 ``` 手动在ueditor-core下执行 ` mvn clean install ` 2.在resources下添加config.json 3.编写html: 可参考[static/index.html](https://github.com/codingapi/ueditor/blob/master/ueditor-demo/src/main/resources/static/index.html) **详细使用教程可参考:ueditor-demo项目**