Skip to content

spring boot config client which consumes profiles based config files from config server direct or through eureka server

Notifications You must be signed in to change notification settings

singhmahabir/config-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

config-client

spring boot config client which consumes profiles based config files from config server direct or through eureka server

Priority

1st given to config server with {profile}

  • profile name like config-client-{profile}.yml

  • if same profile not found then config-client.yml at server

  • if config-client.yml not found then application-{profile}.yml

  • if application-{profile}.yml not then application.yml

2nd given to local server with {profile}

  • application-{profile}.yml

  • if application-{profile}.yml not then application.yml.

About

spring boot config client which consumes profiles based config files from config server direct or through eureka server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages