在数据入库前校验service是否需要向阀门中额外添加属性,如果额外添加了属性,则验证service对应的redisdb中是否包含阀门,如果不包含给予错误提示
This commit is contained in:
@@ -592,6 +592,12 @@ public enum RestBusinessCode {
|
||||
*/
|
||||
RegionIsNotExist(5002010,"删除分组复用域配置时,无法在关联关系中找到对应的域配置信息,之前该域没有添加过,或者关联关系被损坏请检查"),
|
||||
|
||||
|
||||
/**
|
||||
*配置文件内容有误
|
||||
*/
|
||||
PropertiesIsError(5002011,"配置文件内容有误"),
|
||||
|
||||
/**
|
||||
* 无法从Map中获取配置的属性值
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user