easycheese / micronaut-multitenancy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Micronaut Multitenancy

Maven Central Build Status

Multi-Tenancy, as it relates to software development, is when a single instance of an application is used to service multiple clients (tenants) in a way that each tenant’s data is isolated from the other.

Micronaut Multitenancy helps to add multi-tenancy capabilities to your application.

Documentation

See the Documentation for more information.

See the Snapshot Documentation for the current development docs.

Snapshots and Releases

Snaphots are automatically published to JFrog OSS using Github Actions.

See the documentation in the Micronaut Docs for how to configure your build to use snapshots.

Releases are published to JCenter and Maven Central via Github Actions.

Releases are completely automated. To perform a release use the following steps:

About

License:Apache License 2.0


Languages

Language:Java 59.5%Language:Groovy 40.5%