Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 329 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 329 Bytes

ConfigClientRepo

Config Server Client


server.port=8888
spring.cloud.config.server.git.uri=https://github.com/sandysanthosh/ConfigServerRepo
management.security.enabled=false 
management.endpoints.web.exposure.include=*

for Config Server Refer this link:

https://github.com/sandysanthosh/ConfigServerRepo