This commit is contained in:
haoxr
2024-12-18 21:52:08 +08:00
2 changed files with 2 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ security:
ignore-urls: ignore-urls:
- /v3/api-docs/** - /v3/api-docs/**
- /doc.html - /doc.html
- ${springdoc.swagger-ui.path}
- /swagger-resources/** - /swagger-resources/**
- /webjars/** - /webjars/**
- /swagger-ui/** - /swagger-ui/**

View File

@@ -88,6 +88,7 @@ security:
ignore-urls: ignore-urls:
- /v3/api-docs/** - /v3/api-docs/**
- /doc.html - /doc.html
- ${springdoc.swagger-ui.path}
- /swagger-resources/** - /swagger-resources/**
- /webjars/** - /webjars/**
- /swagger-ui/** - /swagger-ui/**