This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我想将 Spring Boot 应用程序的用户名和密码发送到 /info 端点中的 Spring Boot 管理员。现在,这些数据可以成功发送到 spring boot admin 并显示在 info 列中。现在我需要在管理端使用这个用户名/密码数据。问题是在第一次自动 /info 请求后,信息数据是否存储在管理端,我如何访问这些数据?因为我不想每次使用数据时都从客户端请求信息端点。