1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

Merge pull request #1531 from zkzlx/config

[fix & enhance issue #1492 #1506 #1257 #1578 ]Improved nacos configuration parsing,
This commit is contained in:
TheoneFx
2021-01-06 14:39:25 +08:00
committed by GitHub
22 changed files with 604 additions and 453 deletions

View File

@@ -40,6 +40,7 @@ public abstract class AbstractHttpRequestMatcher implements HttpRequestMatcher {
* <p>
* For example {@code " || "} for URL patterns or {@code " && "} for param
* expressions.
* @return str
*/
protected abstract String getToStringInfix();