fix: 配置文件增加接口扫描路径 (#464)
This commit is contained in:
parent
a20814b68d
commit
9b87ed740c
|
|
@ -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:
|
||||
|
|
@ -232,4 +233,4 @@ network:
|
|||
resources:
|
||||
- 1883-1890
|
||||
- 8800-8810
|
||||
- 5060-5061
|
||||
- 5060-5061
|
||||
|
|
|
|||
Loading…
Reference in New Issue