You may face the need to migrate your data, because legacy format was a default choice for a long time in Spring Boot/Data MongoDB and the official MongoDB driver itself (more details here).
So, here is the Java solution based on utilitites from Mongo's org.bson:bson
to perform the migration.