java - Spring Cloud Config Globals -


i have scenario need set properties globally several applications. there support default or global configs in spring cloud config?

example:

#default.properties setting=global_setting  #myapp.properties something_else=app_setting  #anotherapp.properties prop=different_app_setting 

here want "myapp" have setting set. appreciated. thanks!

according the documentation properties in application.yml or application.properties available every application.


Comments

Popular posts from this blog

python - How to create jsonb index using GIN on SQLAlchemy? -

PHP DOM loadHTML() method unusual warning -

c# - TransactionScope not rolling back although no complete() is called -