Help Center/
Cloud Service Engine/
FAQs/
ServiceComb Engines/
Why Could My the Global Configuration Not Be Modified?
Updated on 2024-05-16 GMT+08:00
Why Could My the Global Configuration Not Be Modified?
Symptom
After the global configuration is modified, the configuration obtained by the service is not changed, and the keyword changed is not recorded in the log.
Possible Cause
The dependency of config-cc was not configured.
Fault Location
- Check for the address of the configuration center in the application.yaml file.
- Check for the config-cc dependency in the pom.xml file.
Solution
Add the config-cc dependency to the pom.xml file.
<dependency> <groupId>org.apache.servicecomb</groupId> <artifactId>config-cc</artifactId> </dependency>
Parent topic: ServiceComb Engines
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot