欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Spring Cloud / Spring Boot There was an unexpected error (type=Unauthorized, status=401). Full authe...

程序员文章站 2022-05-29 17:45:41
...
访问EndPoint时会出现没有权限
 
There was an unexpected error (type=Unauthorized, status=401).
Full authentication is required to access this resource.
 
# 关闭权限验证
management:
  security:
    enabled: false