I really need info about how Spring Boot Admin works. In particular, the transfer of information in the form of xml or json. How and where is it regulated?
I'm catching a mistake now
4241324 2018-11-26 15: 47: 58,825 WARN [pool-1-thread-1] [] [,] dcbasSpringBootAdminRegistrator | Failed to register application as [id = null, url = http: // host / lala-api / admin , name = lala-api] at spring-boot-admin ( http: // host / spring-boot-admin / api / applications ): JSON parse error: Missing required creator property 'url' (index 0); nested exception is com.fasterxml.jackson.databind.JsonMappingException: Missing required creator property 'url' (index 0) at [Source: java.io.PushbackInputStream@3ad52e86; line: 1, column: 17]
It seems that the array [id=, url=, name=] comes in, should come JSON {id:, url:, name:} He cannot parse an array. Or am I looking in the wrong place?