优化readme

This commit is contained in:
click33
2024-05-07 16:29:14 +08:00
parent 278dd42695
commit 7556796eaa
3 changed files with 30 additions and 21 deletions

View File

@@ -109,7 +109,7 @@ public FilterRegistrationBean<SaServletFilter> getSaServletFilter() {
})
// 等等,其它代码 ...
);
frBean.setOrder(100); // 更改顺序为 -101
frBean.setOrder(-101); // 更改顺序为 -101
return frBean;
}
```