细节调整

This commit is contained in:
2022-09-26 13:53:04 +08:00
parent adc1e44a71
commit 5abc1968a5
5 changed files with 7 additions and 15 deletions

View File

@@ -37,7 +37,6 @@ public class AuthorizationManager implements ReactiveAuthorizationManager<Author
//不追究请求方式如果需追求需要在数据库中添加请求方式的字段request.getMethodValue()
String restPath = request.getURI().getPath();
log.info("请求路径:{}", restPath);
log.error("测试error" + System.currentTimeMillis());
// 对应跨域的预检请求直接放行
// if (request.getMethod() == HttpMethod.OPTIONS) {
// return Mono.just(new AuthorizationDecision(true));