|
|
@ -57,7 +57,7 @@ public class ApiMetaBuilder { |
|
|
|
continue; |
|
|
|
continue; |
|
|
|
} |
|
|
|
} |
|
|
|
String key = apiMeta.fetchNameVersion(); |
|
|
|
String key = apiMeta.fetchNameVersion(); |
|
|
|
if (store.contains(key)) { |
|
|
|
if (!apiMeta.isOriginalMapping() && store.contains(key)) { |
|
|
|
throw new IllegalArgumentException("重复申明接口,请检查path和version,path:" + apiMeta.getPath() + ", version:" + apiMeta.getVersion()); |
|
|
|
throw new IllegalArgumentException("重复申明接口,请检查path和version,path:" + apiMeta.getPath() + ", version:" + apiMeta.getVersion()); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
store.add(key); |
|
|
|
store.add(key); |
|
|
|