feat(extension/tenant): 新增 continew-starter-extension-tenant 多租户模块(暂时仅支持行级隔离)

This commit is contained in:
2024-09-11 23:42:30 +08:00
parent 0c334dadcc
commit 1a97a1b709
12 changed files with 411 additions and 2 deletions

View File

@@ -119,6 +119,11 @@ public class PropertiesConstants {
*/
public static final String MESSAGING_WEBSOCKET = MESSAGING + StringConstants.DOT + "websocket";
/**
* 多租户配置
*/
public static final String TENANT = CONTINEW_STARTER + StringConstants.DOT + "tenant";
private PropertiesConstants() {
}
}