alibaba / nacos

an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
https://nacos.io
Apache License 2.0
30.07k stars 12.81k forks source link

能否支持静态变量的注入? #10763

Closed slatonwu closed 10 months ago

slatonwu commented 1 year ago

能否支持static 的 变量的注入?

985492783 commented 1 year ago

创建config监听器,回调修改static变量

slatonwu commented 1 year ago

最好是也可以通过@NacosValue("${}")注入

985492783 commented 1 year ago

springcloud可以用value注解,直接支持set方法,springboot你可以自己试试

KomachiSion commented 1 year ago

可以把需求提交到nacos-spring-boot-starter,然后关联过来。