# SpringBootMybatis **Repository Path**: jieepre/SpringBootMybatis ## Basic Information - **Project Name**: SpringBootMybatis - **Description**: 简单整合springboot ueditor富文本编辑器 mybatis, - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2018-10-19 - **Last Updated**: 2022-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Welcome SpringBoot整合UEditor,可以使用本项目,进行二次加工,此外提供一个增删改查Restful简单示例 ## 演示 打开:http://localhost:8088/ - 单图 ![test](./images/2020-00-30_15-47-18-942.png) - 多图 ![](./images/2020-00-30_15-50-48-790.png) ### 配置 - 修改 web.upload-path=/home/top/ueditor/ # 上传文件保存路径 - spring静态资源文件 路径映射,解决图片回显 ```properties web.upload-path=/home/top/ueditor/ spring.servlet.multipart.max-file-size=100MB spring.servlet.multipart.max-request-size=300MB spring.servlet.multipart.enabled=true spring.mvc.static-path-pattern=/** spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${web.upload-path} ``` config.json 修改 ```text /* 上传图片配置项 */ "basePath":"/home/top/ueditor/",/* 上传文件的基本路径 */ ``` ## 参考 https://www.jianshu.com/p/231e83c13610