This one is an example of configuration server for Spring Cloud.
It uses directory to seperate application specified configurations.
The common configurations are stored in application.yml in the root directory.
The configurations for specified application are stored in application.yml under application directory.
Please refer to app1 under the following sample directory structure as an example.
The following are the configuration files structure:
└─ application.yml
└─ application-dev.yml
└─ app1
└─ application.yml
└─ application-dev.yml
└─ app2
└─ application.yml
└─ application-dev.yml
TerryLai422/shared-config1
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|