code rollback

This commit is contained in:
birariro
2024-09-29 00:36:48 +09:00
committed by Olga Maciaszek-Sharma
parent f9e55b5d8a
commit 8cc00f0060

View File

@@ -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);
}