|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+# 通过config server读取配置中心文件auth-manage-dev.yml
|
|
|
2
|
+## 示例: http://localhost:11040/qinghai-config/auth-manage-dev.yml
|
|
|
3
|
+## 分支: qinghai-config, 文件名:auth-manage-dev.yml
|
|
|
4
|
+
|
|
|
5
|
+# 手动刷新服务配置中心配置
|
|
|
6
|
+## curl -X POST "http://localhost:11032/actuator/refresh"
|
|
|
7
|
+## config client地址 + /actuator/refresh
|