Bean 校验国际化
不传值 分别查看异常返回
测试使用 not.null
curl --location --request GET 'http://127.0.0.1:18111/demo/i18n/test2?name=&age=' \
--header 'Authorization: Bearer '
{
"code": 0,
"msg": "string",
"data": {
"name": "string",
"age": 0
}
}