【8.3.4】恢复一个租户数据源前缀

master
stylefeng 2025-05-04 17:24:36 +08:00
parent 86da86232b
commit 66a4f50b4b
1 changed files with 5 additions and 0 deletions

View File

@ -102,4 +102,9 @@ public interface RuleConstants {
*/
String DEFAULT_SERVER_DEPLOY_HOST = "http://localhost:8080";
/**
*
*/
String TENANT_DB_PREFIX = "sys_tenant_db_";
}