Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 227 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 227 Bytes

Spring Cloud Config Server

Add @EnableConfigServer and modify application.yml file to set up config server.

Run using mvn clean install spring-boot:run

Endpoint: http://localhost:8888/{PROPERTY_FILE_NAME}/{PROFILE}