From c8bf052e9150aa3c8360a77f76caa2c6df3a688c Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 24 Jun 2020 10:02:32 +0700 Subject: [PATCH] Update 'README.md' --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index e69de29..f75e91a 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,20 @@ +### Sample Config Client + +### Add libras for client config +```groovy +implementation 'org.springframework.boot:spring-boot-starter-actuator' +implementation 'org.springframework.cloud:spring-cloud-starter-config' +``` + +### Add config bootstrap +```yml +spring: + application: + name: config-client-sample + cloud: + config: + uri: ${CONFIG_URL:https://config-apren.cubetiqs.com} + profile: config-client-sample + username: SomboCheaRootAdmin + password: noRootPassword7891 +``` \ No newline at end of file