We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d398a8a commit 0771debCopy full SHA for 0771deb
1 file changed
.docs/intro/application-config-example.md
@@ -202,7 +202,7 @@ uni-boot:
202
title: Framework API Docs
203
description: Framework 服务在线文档 By Swagger
204
security:
205
- ignore-urls: /common/download**
+ permit-all-list: /common/download**
206
framework:
207
file-base-path: D:/uniboot/file/temp/
208
```
@@ -244,7 +244,7 @@ uni-boot:
244
title: Example API Docs
245
description: Example 服务在线文档 By Swagger
246
247
- ignore-urls:
+ permit-all-list:
248
mq:
249
tx-msg:
250
enable-retry: true
0 commit comments