0

I have a spring boot application that returns content-type as application/json in response headers but in spring-boot admin it requires content-type as application/vnd.spring-boot.actuator.v2 in response header. Due to this the data is not shown on spring-boot admin UI. I have tried many different ways but nothing seems to work. Is there any way I can override this header in my application ?

  • Can you please provide the Spring Boot version used in the monitored application and also the Spring Boot and Spring Boot Admin version used in the Spring Boot Admin app? Are you talking about standard actuators or self written? Any other config you changed? – Erik P Jan 12 '23 at 15:07
  • I was able to fix it using this : https://stackoverflow.com/a/54501013/10092112. Thanks for the help anyways. – Aakash Jain Jan 13 '23 at 09:00

0 Answers0