项目初始化
This commit is contained in:
21
src/main/resources/lang/messages.properties
Normal file
21
src/main/resources/lang/messages.properties
Normal file
@ -0,0 +1,21 @@
|
||||
|
||||
common.fmt={0}
|
||||
|
||||
# ******************** business ********************
|
||||
|
||||
# 业务:通用-成功
|
||||
biz.000000=success
|
||||
# 业务:通用-失败
|
||||
biz.000001=failure
|
||||
biz.000001.fmt=failure: {0}
|
||||
|
||||
# 业务:认证授权-未认证
|
||||
biz.010101=Unauthorized
|
||||
# 业务:认证授权-令牌过期
|
||||
biz.010102=Token expired
|
||||
# 业务:认证授权-令牌无效
|
||||
biz.010103=Invalid token
|
||||
# 业务:认证授权-令牌刷新失败
|
||||
biz.010104=Token refresh failed
|
||||
# 业务:认证授权-鉴权失败
|
||||
biz.010201=Forbidden
|
Reference in New Issue
Block a user