Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages