We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1、我看楼主项目里面自定义异常类型,遇到异常都会抛出ApplicationException类型的异常,但是出现这类异常后,并不会再t_sys_operation_log表中记录异常,这算是正常吗? 2、文档此处有说明了异常处理类:GlobalExceptionHandler,但是我没在项目里找到?
The text was updated successfully, but these errors were encountered:
t_sys_operation_log 表只记录管理员操作日志,不再记录异常日志,GlobalExceptionHandler 已经弃用。文档更新延后了,目前已经更新。
Sorry, something went wrong.
No branches or pull requests
1、我看楼主项目里面自定义异常类型,遇到异常都会抛出ApplicationException类型的异常,但是出现这类异常后,并不会再t_sys_operation_log表中记录异常,这算是正常吗?
2、文档此处有说明了异常处理类:GlobalExceptionHandler,但是我没在项目里找到?
The text was updated successfully, but these errors were encountered: