Skip to content

Commit

Permalink
fix: 配置文件增加接口扫描路径 (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
PengyuDeng authored Dec 26, 2023
1 parent a20814b commit 9b87ed7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jetlinks-standalone/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ springdoc:
- org.jetlinks.community.auth
- org.hswebframework.web.system.authorization.defaults.webflux
- org.hswebframework.web.file
- org.jetlinks.community.io.file.web
- org.hswebframework.web.authorization.basic.web
- org.jetlinks.community.logging.controller
cache:
Expand All @@ -232,4 +233,4 @@ network:
resources:
- 1883-1890
- 8800-8810
- 5060-5061
- 5060-5061

0 comments on commit 9b87ed7

Please sign in to comment.