【发布时间】:2022-12-02 17:12:04
【问题描述】:
I am struggling to find a way to save a generic Json (as String format, or org.BSON.Document, DBObject) without mapping the data in some classes (as the Json in input can have multiple formats) down to Mongodb inside a Spring Boot application that uses Spring Data (3.0). Is there any way to achieve that?
标签: mongodb spring-boot spring-data