We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type: bug report
Yaml does not support multiple profiles.
My Nacos configuration is:
test1: config: 2 --- spring: profiles: alpha test1: config: alpha --- spring: profiles: beta test1: config: beta
When I set active profiles=alpha and get property named test1.config, nacos-spring-boot gave me the result beta.
active profiles=alpha
test1.config
nacos-spring-boot
beta
I expect the result is alpha.
alpha
nacos-spring-boot-starter: 0.1.7
The text was updated successfully, but these errors were encountered:
I fixed it at: https://github.com/dbses/nacos-config-spring-boot-starter.
Sorry, something went wrong.
No branches or pull requests
Issue Description
Type: bug report
Yaml does not support multiple profiles.
Describe what happened (or what feature you want)
My Nacos configuration is:
When I set
active profiles=alpha
and get property namedtest1.config
,nacos-spring-boot
gave me the resultbeta
.Describe what you expected to happen
I expect the result is
alpha
.How to reproduce it (as minimally and precisely as possible)
Tell us your environment
nacos-spring-boot-starter: 0.1.7
Anything else we need to know?
The text was updated successfully, but these errors were encountered: