Py学习  »  MongoDB

使用ReactiveGridFsTemplate Spring Webflux在mongodb中存储base64映像

Nicodemus Ojwee • 5 年前 • 1224 次点击  

以前,我可以存储 基数64 图像使用 网格模板

val imageBytes = javax.xml.bind.DatatypeConverter.parseBase64Binary("base64 image string")
gridFsTemplate.store(ByteArrayInputStream(imageBytes), "imagename")

然而 存储() 反应网格模板 接受类型为的参数 Flux<DataBuffer> . 如何将base64映像转换为该类型?

Python社区是高质量的Python/Django开发社区
本文地址:http://www.python88.com/topic/56406
 
1224 次点击  
文章 [ 1 ]  |  最新文章 5 年前