Spring Cloud / Spring Boot There was an unexpected error (type=Unauthorized, status=401). Full authentication is required to access this resource.时间:2023-03-08 21:04:16访问EndPoint时会出现没有权限 There was an unexpected error (type=Unauthorized, status=401). Full authentication is required to access this resource. # 关闭权限验证 management: security: enabled: false