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

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -