Unauthorized in spring boot admin

后端 未结 4 1411
遥遥无期
遥遥无期 2021-02-07 22:38

I wanted to control the microservices that are running in the Eureka server. I used spring-boot-admin for this, but I am getting the error on accessing the information about the

4条回答
  •  心在旅途
    2021-02-07 23:03

    Setting management.security.enabled=false in the application.properties will disable the security on the endpoints.

提交回复
热议问题