增加 <excludelibs/> 配置项

This commit is contained in:
Redkale
2020-06-08 21:45:19 +08:00
parent 66ff86d6fb
commit 490cabefb2
4 changed files with 17 additions and 3 deletions

View File

@@ -45,6 +45,13 @@
-->
<transport bufferCapacity="32K" bufferPoolSize="32" threads="32" readTimeoutSeconds="6" writeTimeoutSeconds="6"/>
<!--
【节点全局唯一】
自动扫描时排除部分包路径
value 排除lib.path与excludes中的正则表达式匹配的路径, 多个正则表达式用分号;隔开
-->
<excludelibs value="^.*mysql.*$;^.*kafka.*$"/>
<!--
【节点全局唯一】
第三方服务发现管理接口