shenyu
shenyu copied to clipboard
[type:fix] Fix : selector logic refactoring#6081
fixed: #6081
1.抽取PluginData、SelectorData 和 RuleData 公共部分为 BaseData 2. 规则选择逻辑重构 定义数据决策处理类,提取公共部分的代码并做封装
Make sure that:
- [ ] You have read the contribution guidelines.
- [ ] You submit test cases (unit or integration tests) that back your changes.
- [ ] Your local test passed
./mvnw clean install -Dmaven.javadoc.skip=true.