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
非常感谢您的分享.在使用过程中发现有个单词写错了,希望您在后续版本中可以修改 /** * 忽略对请求内容进行解密的接口URI * 比如:/user/list * 不支持@PathVariable格式的URI */ private List requestDecyptUriIgnoreList = new ArrayList(); 这一行中 requestDecyptUriIgnoreList 缺少一个r字母 正确应为:requestDecryptUriIgnoreList
The text was updated successfully, but these errors were encountered:
嗯嗯,后面发新版本修复下
Sorry, something went wrong.
No branches or pull requests
非常感谢您的分享.在使用过程中发现有个单词写错了,希望您在后续版本中可以修改
/**
* 忽略对请求内容进行解密的接口URI
* 比如:/user/list
* 不支持@PathVariable格式的URI
*/
private List requestDecyptUriIgnoreList = new ArrayList();
这一行中 requestDecyptUriIgnoreList 缺少一个r字母 正确应为:requestDecryptUriIgnoreList
The text was updated successfully, but these errors were encountered: