Closed Beemo37 closed 2 years ago
Fix all
Thanks for your feedback and contribution. But the issue/pull request has not had recent activity more than 180 days. This issue/pull request will be closed if no further activity occurs 7 days later. We may solve this issue in new version. So can you upgrade to newest version and retry? If there are still issues or want to contribute again. Please create new issue or pull request again.
Issue Description
I'm doing an experiment and trying to convert map structure from configuration server to local entity, but I failed. I know we have a
nacos-spring-config-pojo-example
demo, but it only contains simple type but doesn't mention the map type. And I also search the issues but didn't find a duplicated question. Do I write the code by mistake? Type: bug reportDescribe what happened (or what feature you want)
Can't convert map structure from a YAML style dataId to entity, and when I debug, the key of
PropertyValue
seems to be wrong.Describe what you expected to happen
Can conver map strucure to entity.
How to reproduce it (as minimally and precisely as possible)
First create a dataId with name "example" and type yaml, and then declare configuration as follows:
And I only have three java files, which are:
Tell us your environment
Maven Dependencies: