This project contains the sample code for my article about how Micronaut supports Multitenancy applications.
Useful commands:
# generate source code from OpenApi specification, and compile:
mvn clean compile# run unit tests, with in-memory data storage
mvn test#run integration tests, with a H2 database
mvn integration-test