Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

Folders and files

NameName
Last commit message
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...
Morty Proxy This is a proxified and sanitized view of the page, visit original site.