How to check Spring Actuator content with Powershell

前端 未结 0 1326
旧巷少年郎
旧巷少年郎 2021-01-25 22:17

I want to check the baseurl/actuator/info endpoint for my application in a powershell script.

I have tried running the following command

(iwr -Uri $url).Co         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题