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

  

相关文章: