dubbo
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
修改注意: 1) 添加了新的模块,要在POM中maven-shade-plugin的<artifactSet>中添加<include> 2) 添加了新的扩展点,要在POM中maven-shade-plugin加上<transformer> 搜索出 扩展点配置文件 的命令 $ find . -wholename */META-INF/dubbo/* -type f | grep -vF /test/ | awk -F/ '{print $NF}' | sort -u com.alibaba.dubbo.cache.CacheFactory com.alibaba.dubbo.common.compiler.Compiler com.alibaba.dubbo.common.extension.ExtensionFactory ...and so on...