When working with springboot data in relational databases, if you place schema.sql and data.sql in classpath it does populate into relational database automatically.
Is there a similar approach for nosql databases like mongo ?
Any direction is welcomed.