spring-cloud-alibaba
spring-cloud-alibaba copied to clipboard
feature: config support profile and multiple values (#3552)
'spring.config.import with nacos' support profile and multiple values
Describe what this PR does / why we need it
Keep consistent with spring boot config resolver behavior
Does this pull request fix one issue?
https://github.com/alibaba/spring-cloud-alibaba/issues/3552
Describe how you did it
modify com.alibaba.cloud.nacos.configdata.NacosConfigDataLocationResolver
- each location splice profile
- each location spilt
Describe how to verify it
https://github.com/alibaba/spring-cloud-alibaba/issues/3552
Special notes for reviews
that's the wanted feature, pls merge ASAP