# spring-boot-ueditor-demo **Repository Path**: tpig/ueditor-demo ## Basic Information - **Project Name**: spring-boot-ueditor-demo - **Description**: spring boot 整合 ueditor ,解决文件上传问题 | 参考文档:https://blog.csdn.net/qq_33745799/article/details/70031641 | 感谢作者:小宝2333 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2018-04-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ueditor-demo spring boot 整合 ueditor ,解决文件上传问题 参考文档:https://blog.csdn.net/qq_33745799/article/details/70031641 感谢作者:小宝2333 ## 图片上传路径配置 - 默认值: 如果以 jar 包方式运行,则默认上传路径为 jar 包所在路径的 upload 文件夹下,文件夹会自动建立 - 自定义配置: 在 application.properties 中配置: ueditor.upload-path=D:/<子路径>/ ## 安全 - 请注意上传路径会被自动配置为静态资源的根目录,故不要将其配置为包含敏感文件的路径 【特别注意!!!】 2018/4/8