File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
## Steps followed to create configuration server
10
10
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)
12
12
3 . Added '@EnableConfigServer ' on application class to enable configuration server nature on application
13
13
4 . Provided Configuration file repository URL in properties file
14
14
26
26
- http://localhost:9999/config-demo-client-development.properties
27
27
- http://localhost:9999/config-demo-client-development.yml
28
28
- 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
You can’t perform that action at this time.
0 commit comments