We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4113a3 commit e1cb82bCopy full SHA for e1cb82b
08-spring-cloud-config-server/readme.md
@@ -0,0 +1,37 @@
1
+# Spring Cloud Config server
2
+
3
+HTTP GET: `http://localhost:8082/api/address/test`
4
5
+Response:
6
7
+```
8
+My Address is High Street Park!
9
10
11
+----
12
13
+HTTP POST:
14
15
16
+curl --location --request POST 'http://localhost:8082/actuator/refresh'
17
18
19
20
21
22
+[
23
+ "config.client.version",
24
+ "address.test"
25
+]
26
27
28
29
30
31
32
33
34
35
36
+My Address is High Street Park! - Something has changed! ===>
37
0 commit comments