# MySQL-Insert-Image **Repository Path**: zhuyst/MySQL-Insert-Image ## Basic Information - **Project Name**: MySQL-Insert-Image - **Description**: 使用了SpringBoot+Thymeleaf+DBUtils,实现了将Image插入到SQL中的Blob字段中 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-02-28 - **Last Updated**: 2021-08-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

使用框架:SpringBoot+Thymeleaf+DBUtils

该项目实现了将Image插入到MySQL中的Blob字段中,并且能够读取并显示在前端上


不过还是不推荐将Image放入SQL中,因为在做数据库备份时这些Image会十分影响备份效率

所以推荐大家存放Image还是使用FileSystem

Blob字段最多还是用在存放长篇文章,即varchar不够用的时候使用