Skip to content

Commit b0be63c

Browse files
Corrected URL for config demo repo
1 parent 9dfa884 commit b0be63c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Steps followed to create configuration server
1010
1. Created Springboot app with Spring cloud config server starter
11-
2. Created git repository for Configuration files: [DemoConfigRepo](../DemoConfigRepo)
11+
2. Created git repository for Configuration files: [DemoConfigRepo](https://github.com/vipul-gorasiya/DemoConfigRepo)
1212
3. Added '@EnableConfigServer' on application class to enable configuration server nature on application
1313
4. Provided Configuration file repository URL in properties file
1414

@@ -26,4 +26,4 @@
2626
- http://localhost:9999/config-demo-client-development.properties
2727
- http://localhost:9999/config-demo-client-development.yml
2828
- http://localhost:9999/config-demo-client-development.json
29-
4. To test config client, access http://localhost:7777/greeting
29+
4. To test config client, access http://localhost:7777/greeting

0 commit comments

Comments
 (0)