-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
配置中心map属性删除某个key时,业务系统中实际并没有被删除 #215
Comments
能否提供一下你的版本 以及复现步骤? |
nacos-spring-boot版本:0.2.10。 @NacosConfigurationProperties(prefix = "apple", dataId = "test", type = ConfigType.PROPERTIES, autoRefreshed = true)
@Configuration
public class Apple {
private Map<String, Object> map;
} nacos服务端设置属性: apple.map.b0=1
apple.map.b1=2
apple.map.b2=3 一开始读取出来是三个,但是我删掉两个后,读取出来的还是三个。 |
@i will solve it@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#100
说是修复了,为什么用master分支测试还是不行。
哪个版本修复的。里面也没pr
The text was updated successfully, but these errors were encountered: