spring-cloud-alibaba icon indicating copy to clipboard operation
spring-cloud-alibaba copied to clipboard

feature: config support profile and multiple values (#3552)

Open wangYX657211334 opened this issue 1 year ago • 2 comments

'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

  1. each location splice profile
  2. each location spilt

Describe how to verify it

https://github.com/alibaba/spring-cloud-alibaba/issues/3552

Special notes for reviews

wangYX657211334 avatar Dec 22 '23 03:12 wangYX657211334

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Dec 22 '23 03:12 CLAassistant

that's the wanted feature, pls merge ASAP

gebing avatar Mar 15 '24 06:03 gebing