You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it hasn't had any recent activity.If you think this should still be open, or the problem still persists, just pop a reply in the comments and one of the maintainers will (try!) to follow up. Thank you for your interest and contribution to the Sping Cloud Alibaba Community.
2023.0.3.2版本地址、用户名、密码等配置信息如果配置的是变量,动态刷新时都无法正常获取值,配置样例如下,动态刷新时拿到的值是${di.nacos.server-addr}、${di.nacos.group}字符串,导致刷新报错,即修改nacos配置时就动态刷新报错
spring.cloud.nacos.server-addr=${di.nacos.server-addr}
spring.cloud.nacos.username=${di.nacos.username}
spring.cloud.nacos.password=${di.nacos.password}
spring.cloud.nacos.config.group=${di.nacos.group}
The text was updated successfully, but these errors were encountered: