Не удалось связать свойства в «spring.boot.admin.client» при настройке клиента SpringBoot - PullRequest
0 голосов
/ 31 октября 2019

Я хочу зарегистрировать приложение Spring Boot в качестве клиента.

У меня есть это в файле bootstrap.yml

spring:
  boot:
    admin:
      client:
        url=http://bendiciones.buenas.noches:8080

, но при запуске приложения я получил эту ошибку:

Failed to bind properties under 'spring.boot.admin.client' to de.codecentric.boot.admin.client.config.ClientProperties:

      Property: spring.boot.admin.client
    Value: url=http://bendiciones.buenas.noches:8080
    Origin: URL [file:src/main/resources/bootstrap.yml]:13:9
    Reason: No converter found capable of converting from type [java.lang.String] to type [de.codecentric.boot.admin.client.config.ClientProperties]
...