Commit 98d5ce5b by Nepxion

修改介绍

parent ccac400e
...@@ -381,6 +381,7 @@ spring.application.discovery.control.enabled=false ...@@ -381,6 +381,7 @@ spring.application.discovery.control.enabled=false
### 规则示例 ### 规则示例
XML示例(Json示例见discovery-springcloud-example-service下的rule.json) XML示例(Json示例见discovery-springcloud-example-service下的rule.json)
:warning:特别注意:服务名大小写规则 :warning:特别注意:服务名大小写规则
- 在配置文件(application.properties、application.yaml等)里,定义服务名(spring.application.name)不区分大小写 - 在配置文件(application.properties、application.yaml等)里,定义服务名(spring.application.name)不区分大小写
- 在规则文件(XML、Json)里,引用的服务名必须小写 - 在规则文件(XML、Json)里,引用的服务名必须小写
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment