Skip to content

Configuration Server with directory for specified application

Notifications You must be signed in to change notification settings

TerryLai422/shared-config1

Repository files navigation

shared-config1

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

About

Configuration Server with directory for specified application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages