1

我知道使用 Spring Cloud 和一些外部配置服务(例如 Consul),当属性值更改时,Spring Cloud 应用程序可以检索新值并刷新Environment应用程序的值。问题是 Spring Boot 应用程序是否有类似的解决方案?

就我而言,我有一个使用数据库作为其持久存储的应用程序。DB的密码每天都会更改,新密码将作为消息发送。该应用程序可以从消息中成功获取新密码,但我不知道替换旧密码。

4

0 回答 0