mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
1、system服务全局异常国际化配置移到errorcode配置;2、executor服务增加全局异常国际化配置、plan服务增加全局异常和ErrorCodeConstants国际化配置;
This commit is contained in:
+3
-1
@@ -88,4 +88,6 @@ spring:
|
||||
data:
|
||||
redis:
|
||||
repositories:
|
||||
enabled: false # 项目未使用到 Spring Data Redis 的 Repository,所以直接禁用,保证启动速度
|
||||
enabled: false # 项目未使用到 Spring Data Redis 的 Repository,所以直接禁用,保证启动速度
|
||||
messages:
|
||||
basename: message,message_errorcode,message_enum
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
global.error.request.param.missing=请求参数缺失:{0}
|
||||
global.error.bad.request=请求参数不正确:{0}
|
||||
global.error.request.param.type.error=请求参数类型错误:{0}
|
||||
global.error.request.not.found=请求未找到:{0}
|
||||
global.error.request.method.error=请求方法不正确:{0}
|
||||
global.error.request.too.many=请求过于频繁,请稍后重试
|
||||
global.error.request.duplicate.data.error=请求数据已存在,请检查
|
||||
global.error.default.error=系统繁忙,请稍后再试
|
||||
global.error.no.permission=没有该操作权限
|
||||
global.error.no.permission.to.visit.org=您无权访问该组织的数据
|
||||
global.error.request.organId.notExist=请求的组织标识未传递,请进行排查
|
||||
global.org.product.not.exist=账号登录异常,套餐信息不存在,请重新登陆
|
||||
global.org.product.expired=组织产品套餐已过期,请续费后继续使用
|
||||
global.not.login=账号未登录
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
global.error.request.param.missing=請求參數缺失:{0}
|
||||
global.error.bad.request=請求參數不正確:{0}
|
||||
global.error.request.param.type.error=請求參數類型錯誤:{0}
|
||||
global.error.request.not.found=請求未找到:{0}
|
||||
global.error.request.method.error=請求方法不正確:{0}
|
||||
global.error.request.too.many=請求過於頻繁,請稍後重試
|
||||
global.error.request.duplicate.data.error=請求數據已存在,請檢查
|
||||
global.error.default.error=系統繁忙,請稍後再試
|
||||
global.error.no.permission=您沒有該操作的權限
|
||||
global.error.no.permission.to.visit.org=您無權訪問該組織的數據
|
||||
global.error.request.organId.notExist=請求的組織標識未傳遞,請進行排查
|
||||
global.org.product.not.exist=帳號登入異常,套餐資訊不存在,請重新登入
|
||||
global.org.product.expired=組織產品套餐已過期,請續費後繼續使用
|
||||
global.not.login=賬號未登錄
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
global.error.request.param.missing=Missing request parameter: {0}
|
||||
global.error.bad.request=Invalid request parameter: {0}
|
||||
global.error.request.param.type.error=Request parameter type mismatch: {0}
|
||||
global.error.request.not.found=Request not found: {0}
|
||||
global.error.request.method.error=Incorrect request method: {0}
|
||||
global.error.request.too.many=Too many requests, please try again later
|
||||
global.error.request.duplicate.data.error=Data already exists, please check
|
||||
global.error.default.error=System is busy, please try again later
|
||||
global.error.no.permission=You do not have permission to perform this action
|
||||
global.error.no.permission.to.visit.org=You do not have permission to access this organization’s data
|
||||
global.error.request.organId.notExist=The requested organization ID was not provided, please check
|
||||
global.org.product.not.exist=Account login exception: product package does not exist, please log in again
|
||||
global.org.product.expired=The organization's product package has expired, please renew before continuing to use the service
|
||||
global.not.login=The account is not logged in
|
||||
Reference in New Issue
Block a user