mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-23 22:36:39 +08:00
注释掉日志打印
This commit is contained in:
@ -73,7 +73,7 @@ public class Swagger3Config implements WebMvcConfigurer {
|
|||||||
// 全局添加鉴权参数
|
// 全局添加鉴权参数
|
||||||
if (openApi.getPaths() != null) {
|
if (openApi.getPaths() != null) {
|
||||||
openApi.getPaths().forEach((path, pathItem) -> {
|
openApi.getPaths().forEach((path, pathItem) -> {
|
||||||
log.info("path: {}", path);
|
//log.debug("path: {}", path);
|
||||||
// 检查当前路径是否在排除列表中
|
// 检查当前路径是否在排除列表中
|
||||||
boolean isExcluded = excludedPaths.stream().anyMatch(excludedPath ->
|
boolean isExcluded = excludedPaths.stream().anyMatch(excludedPath ->
|
||||||
excludedPath.equals(path) ||
|
excludedPath.equals(path) ||
|
||||||
|
|||||||
Reference in New Issue
Block a user