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

  1. Check for the address of the configuration center in the application.yaml file.
  2. 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>

ServiceComb Engines FAQs

more