zoukankan      html  css  js  c++  java
  • Full authentication is required to access this resource

    C:Usersibm>curl -X POST http://localhost:8080/bus/refresh?destination=case:8082
    {"timestamp":1514534892307,"status":401,"error":"Unauthorized","message":"Full authentication is required to access this resource.","path":"/bus/refresh"}

    配置文件中设置下权限关闭

    management:
    security:
    enabled : false


    指定刷新某个实例

    C:Usersibm>curl -X POST http://localhost:8080/bus/refresh?destination=case:8082

    C:Usersibm>

    成功

    http://localhost:8082/hello

    ==》 dev1.0 bus 3

    http://localhost:8081/hello

    ==》 dev1.0 bus 2 

    指定刷新全部实例

    C:Usersibm>curl -X POST http://localhost:8080/bus/refresh

    C:Usersibm>

    http://localhost:8082/hello

    ==》 dev1.0 bus 3

    http://localhost:8081/hello

    ==》 dev1.0 bus 3

  • 相关阅读:
    VB获取对象成员
    VB一键扫雷
    VBS代码
    C# LINQ GroupBy
    C# 元组和值元组
    数据结构笔记
    DoTween使用
    Unity中常用的数据结构总结
    Unity 坐标系转换
    .Net中C# Dictionary 用法
  • 原文地址:https://www.cnblogs.com/myibm/p/8145040.html
Copyright © 2011-2022 走看看