注释掉日志打印

pull/8059/head
JEECG 2025-04-01 21:35:45 +08:00
parent 0fcc08c204
commit dea260cae3
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ public class Swagger3Config implements WebMvcConfigurer {
// 全局添加鉴权参数
if (openApi.getPaths() != null) {
openApi.getPaths().forEach((path, pathItem) -> {
log.info("path: {}", path);
//log.debug("path: {}", path);
// 检查当前路径是否在排除列表中
boolean isExcluded = excludedPaths.stream().anyMatch(excludedPath ->
excludedPath.equals(path) ||