mirror of https://gitee.com/stylefeng/roses
【8.3.4】恢复一个租户数据源前缀
parent
86da86232b
commit
66a4f50b4b
|
@ -102,4 +102,9 @@ public interface RuleConstants {
|
||||||
*/
|
*/
|
||||||
String DEFAULT_SERVER_DEPLOY_HOST = "http://localhost:8080";
|
String DEFAULT_SERVER_DEPLOY_HOST = "http://localhost:8080";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 租户数据源标识前缀
|
||||||
|
*/
|
||||||
|
String TENANT_DB_PREFIX = "sys_tenant_db_";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue