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
配置中心支持了配置listmap 属性(configuration),yaml文件如下
listMap:
l1: "New York Mets"
l2: "Chicago Cubs"
当更新配置中心,将l2删除时,实际l2并不会被删除,而是会保留下来
#######################################################
The configuration center supports configuration listmap properties (configuration), and the yaml file is shown below
ListMap:
L1: "the New York Mets." "
L2: "Chicago Cubs." "
When the configuration is updated to remove l2, the actual l2 is not removed, but retained
#######################################################
Issue Description
Type: bug report
Describe what happened (or what feature you want)
Describe what you expected to happen
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
Anything else we need to know?
The text was updated successfully, but these errors were encountered:
配置中心支持了配置listmap 属性(configuration),yaml文件如下
listMap:
l1: "New York Mets"
l2: "Chicago Cubs"
当更新配置中心,将l2删除时,实际l2并不会被删除,而是会保留下来
#######################################################
The configuration center supports configuration listmap properties (configuration), and the yaml file is shown below
ListMap:
L1: "the New York Mets." "
L2: "Chicago Cubs." "
When the configuration is updated to remove l2, the actual l2 is not removed, but retained
#######################################################
Issue Description
Type: bug report
Describe what happened (or what feature you want)
Describe what you expected to happen
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
Anything else we need to know?
The text was updated successfully, but these errors were encountered: