code rollback
This commit is contained in:
committed by
Olga Maciaszek-Sharma
parent
f9e55b5d8a
commit
8cc00f0060
@@ -118,9 +118,6 @@ class FeignClientsRegistrar implements ImportBeanDefinitionRegistrar, ResourceLo
|
||||
if (!url.contains("://")) {
|
||||
url = "http://" + url;
|
||||
}
|
||||
if (url.endsWith("/")) {
|
||||
url = url.substring(0, url.length() - 1);
|
||||
}
|
||||
try {
|
||||
new URL(url);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user