Resources
Table of Contents
# Code Examples
In our example repository you can find other examples.
# MongoDB
-
Quick start: Basic example with Springboot, spring data and Mongock autoconfiguration.
-
Springboot builder: Basic example with Springboot, spring data and Mongock builder.
-
Springboot advanced: More advanced example with Springboot, spring data and Mongock builder. It provides some advanced features such as secondary database for retrieving data, events and filtered CLI configuration.
-
Springboot multitenant: An example of hadling multitenant migrations with Mongock builder, Springboot and spring data.
-
Standalone with MongoDB-sync driver: An example with standalone runner(no framework) and MongoDB-sync driver. It provides some advanced features such as secondary database for retrieving data and events.
-
Standalone with Spring Data: An example with standalone runner(no framework) and spring data driver. It provides some advanced features such as secondary database for retrieving data and events.