Open jfly-cloud opened 1 week ago
难说是这个问题导致的 #3878
@jfly-cloud Could you please provide more details.
Do you have spring.config.import
specified?
causing failure to obtain nacos configuration information.
What's the exact failure? How do you use nacos config to get the new value?
Would be great if you can provide a demo that can reproduce the issue
@jfly-cloud you can first refer to the documentation to compare whether the configuration file is correct.
If I upgrade to 2023.0.1.3, spring.cloud.nacos.config.namespace and spring.cloud.nacos.config.group no longer take effect, please check.
If I upgrade to 2023.0.1.3, spring.cloud.nacos.config.namespace and spring.cloud.nacos.config.group no longer take effect, please check.
refer to the advanced guide. It is recommended to use the spring.config.import
configuration method in 2021 and above versions.
Please note that versions before 2023.0.1.3 are available.
@jfly-cloud Could you please provide more details.
Do you have
spring.config.import
specified?
causing failure to obtain nacos configuration information.
What's the exact failure? How do you use nacos config to get the new value?
@jfly-cloud Can you provide the above information, thanks.
The screenshot is very clear, According to the documentation, I am using(bootstrap.yml):
User-defined namespace configurations
User-defined Group configuration
It is no longer available after upgrading to 2023.0.1.3.
Which Component Nacos config
Describe the bug After upgrading to 2023.0.1.3, the namespace and group under nacos config cannot be configured, causing failure to obtain nacos configuration information.
Screenshots
Additional context MacOS 、Java21 、 Version 2023.0.1.3