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