Fetching config from server at : http://localhost:8888
2023-05-15T10:29:29.732+05:30 INFO 14600 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Exception on Url - http://localhost:8888:org.springframework.web.client.ResourceAccessException: I/O error on GET request for "http://localhost:8888/application/default": Connection refused: no further information. Will be trying the next url if available
2023-05-15T10:29:29.732+05:30 WARN 14600 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Could not locate PropertySource: I/O error on GET request for "http://localhost:8888/application/default": Connection refused: no further information
Когда я пытаюсь подключиться к серверу конфигурации с помощью клиента конфигурации, я получаю эту ошибку.
[code]Fetching config from server at : http://localhost:8888 2023-05-15T10:29:29.732+05:30 INFO 14600 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Exception on Url - http://localhost:8888:org.springframework.web.client.ResourceAccessException: I/O error on GET request for "http://localhost:8888/application/default": Connection refused: no further information. Will be trying the next url if available 2023-05-15T10:29:29.732+05:30 WARN 14600 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Could not locate PropertySource: I/O error on GET request for "http://localhost:8888/application/default": Connection refused: no further information [/code] Когда я пытаюсь подключиться к серверу конфигурации с помощью клиента конфигурации, я получаю эту ошибку.