TASK: 全局异常处理,代码优化,测试数据库连接信息变更;
This commit is contained in:
27
src/main/resources/messages_en.properties
Normal file
27
src/main/resources/messages_en.properties
Normal file
@@ -0,0 +1,27 @@
|
||||
# 业务逻辑
|
||||
system.error=System error!
|
||||
userName.does.not.exist=UserName does not exist!
|
||||
user.expired=User expired!
|
||||
password.error=Password error!
|
||||
email.error=Email error!
|
||||
unknown.authentication.operation.type=Unknown authentication operation type!
|
||||
failed.to.send.mail=Failed to send mail!
|
||||
email.does.not.exist=Email does not exist!
|
||||
unknown.login.type=Unknown login type!
|
||||
error.login.type=Error login type!
|
||||
the.verification.code.has.expired=The verification code has expired!
|
||||
verification.code.error=Verification code error!
|
||||
user.has.bound.mailbox=User has bound mailbox!
|
||||
|
||||
# 前端传参校验
|
||||
singleOverall.cannot.be.empty=SingleOverall cannot be empty!
|
||||
colorBoards.cannot.be.empty=ColorBoards cannot be empty!
|
||||
systemScale.cannot.be.empty=SystemScale cannot be empty!
|
||||
modelType.cannot.be.empty=ModelType cannot be empty!
|
||||
modelSex.cannot.be.empty=ModelSex cannot be empty!
|
||||
templateId.cannot.be.empty=TemplateId cannot be empty!
|
||||
processId.cannot.be.empty=ProcessId cannot be empty!
|
||||
timeZone.cannot.be.empty=TimeZone cannot be empty!
|
||||
userId.cannot.be.empty=UserId cannot be empty!
|
||||
email.cannot.be.empty=Email cannot be empty!
|
||||
operationType.cannot.be.empty=OperationType cannot be empty!
|
||||
Reference in New Issue
Block a user