Spring Cloud / Spring Boot There was an unexpected error (type=Unauthorized, status=401). Full authentication is required to access this resource.

访问EndPoint时会出现没有权限
 
There was an unexpected error (type=Unauthorized, status=401).
Full authentication is required to access this resource.
 
# 关闭权限验证
management:
  security:
    enabled: false

  

原文地址:https://www.cnblogs.com/hfultrastrong/p/8609292.html