Compare commits

...

3 Commits

Author SHA1 Message Date
Sambo Chea
1c38296642 Update README.md 2020-06-24 10:30:39 +07:00
d1f3bb7e6f Updated 2020-06-24 10:29:51 +07:00
f5ae6e0297 Updated 2020-06-24 10:29:41 +07:00
3 changed files with 7 additions and 5 deletions

2
.gitignore vendored
View File

@@ -5,6 +5,8 @@ build/
!**/src/main/** !**/src/main/**
!**/src/test/** !**/src/test/**
bootstrap.yml
### STS ### ### STS ###
.apt_generated .apt_generated
.classpath .classpath

View File

@@ -15,6 +15,6 @@ spring:
config: config:
uri: ${CONFIG_URL:https://config-apren.cubetiqs.com} uri: ${CONFIG_URL:https://config-apren.cubetiqs.com}
profile: config-client-sample profile: config-client-sample
username: SomboCheaRootAdmin username: myUsername
password: noRootPassword7891 password: myPassword
``` ```

View File

@@ -5,5 +5,5 @@ spring:
config: config:
uri: ${CONFIG_URL:https://config-apren.cubetiqs.com} uri: ${CONFIG_URL:https://config-apren.cubetiqs.com}
profile: config-client-sample profile: config-client-sample
username: SomboCheaRootAdmin username: anyUsername
password: noRootPassword7891 password: anyPassword