Full authentication is required to access this resource


C:\Users\ibm>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:\Users\ibm>curl -X POST http://localhost:8080/bus/refresh?destination=case:8082

C:\Users\ibm>

成功

http://localhost:8082/hello

==》 dev1.0 bus 3

http://localhost:8081/hello

==》 dev1.0 bus 2 

指定刷新全部實例

C:\Users\ibm>curl -X POST http://localhost:8080/bus/refresh

C:\Users\ibm>

http://localhost:8082/hello

==》 dev1.0 bus 3

http://localhost:8081/hello

==》 dev1.0 bus 3


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM