nacos-group / nacos-spring-boot-project

Nacos ECO Project for Spring Boot
Apache License 2.0
789 stars 424 forks source link

nacos config priority #252

Closed qyqcswill closed 2 years ago

qyqcswill commented 2 years ago

Is there any priority with nacos config ? Example: There is a property with the same key both in your local application.properties and your nacos config server. And nacos config server will overwrite your local values.

qyqcswill commented 2 years ago

I got it. Use nacos.config.remote-first=true and works.