mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
1.13.4
This commit is contained in:
@@ -111,7 +111,7 @@ public class ServiceZookeeperApiMetaManager implements ApiMetaManager {
|
||||
*/
|
||||
protected String buildMd5(List<GatewayRouteDefinition> routeDefinitionList) {
|
||||
List<String> routeIdList = routeDefinitionList.stream()
|
||||
.map(GatewayRouteDefinition::toString)
|
||||
.map(JSON::toJSONString)
|
||||
.sorted()
|
||||
.collect(Collectors.toList());
|
||||
String md5Source = org.apache.commons.lang3.StringUtils.join(routeIdList, "");
|
||||
|
Reference in New Issue
Block a user