Henry
Results
2
comments of
Henry
https://github.com/apache/zookeeper/pull/1874/files/4ecb98285a95d3e608c258fbdbd966b5b98372b1#diff-9657d4a14708c9ec1df56fd01581a442e10ef70cae39c7223d4f979b0ae54263
nacos-spring-boot版本:0.2.10。 nacos-server版本:2.0.3 使用nacos-config-sample工程,在Apple里面新建了一个属性,简写如: ```java @NacosConfigurationProperties(prefix = "apple", dataId = "test", type = ConfigType.PROPERTIES, autoRefreshed = true) @Configuration public class Apple { private Map map; } ``` nacos服务端设置属性: ```properties apple.map.b0=1 apple.map.b1=2...