Skip to content

Commit 0771deb

Browse files
committed
docs: 修改配置示例,security 忽略配置修改
1 parent d398a8a commit 0771deb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.docs/intro/application-config-example.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ uni-boot:
202202
title: Framework API Docs
203203
description: Framework 服务在线文档 By Swagger
204204
security:
205-
ignore-urls: /common/download**
205+
permit-all-list: /common/download**
206206
framework:
207207
file-base-path: D:/uniboot/file/temp/
208208
```
@@ -244,7 +244,7 @@ uni-boot:
244244
title: Example API Docs
245245
description: Example 服务在线文档 By Swagger
246246
security:
247-
ignore-urls:
247+
permit-all-list:
248248
mq:
249249
tx-msg:
250250
enable-retry: true

0 commit comments

Comments
 (0)