摘要:
mysql数据表字段类型是 longblob,java 实体类要这么写 @TableField(value = "BLOB_VALUE_",typeHandler = BlobTypeHandler.class) private byte[] blobValue; 阅读全文
posted @ 2022-07-14 17:20
smellycats
阅读(2116)
评论(0)
推荐(0)
摘要:
1、引入依赖: <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <depend 阅读全文
posted @ 2022-07-14 17:17
smellycats
阅读(580)
评论(0)
推荐(0)