@ -73,6 +73,19 @@ public class NacosConfigApplication {
}
----
NOTE: Note that when your ```spring-cloud-alibaba```'s version is ````2021.1```, since the ```nacos``` gets the configuration in the ```bootstrap.yml ``` file Will be loaded before the ```application.yml``` file.
According to the official documentation of spring mentioned [bootstrap](https://docs.spring.io/spring-cloud-config/docs/current/reference/html/#config-first-bootstrap)
To solve this problem, we recommend that you add the following dependencies to the project root ```pom.xml``` file