文件名称:spring-actuator-sample
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-30 20:36:25
Java
弹簧启动执行器和安全性样本 $ http :8080/actuator { "error": "Unauthorized", "message": "Unauthorized", "path": "/actuator", "status": 401, "timestamp": "2018-06-24T13:37:16.502+0000" } $ http :8080/actuator --auth=user:PassworD { "_links": { "auditevents": { "href": "http://localhost:8080/actuator/auditevents", "templated": false }, "beans
【文件预览】:
spring-actuator-sample-master
----.gitignore(268B)
----README.md(1KB)
----pom.xml(2KB)
----src()
--------test()
--------main()