How to get latest application list programatically with spring-boot-admin?
We have integrated spring-boot-admin
into many projects. Now, due to some tricky network reasons, I am unable to access the built-in UI interface of SBA. Therefore, I would like to periodically retrieve the equivalent information from its interface programmatically and write it to the database, so that I can read and present it from another program.