liubao68 commented on code in PR #3288:
URL:
https://github.com/apache/servicecomb-java-chassis/pull/3288#discussion_r949264477
##########
demo/demo-cse-v2/README.md:
##########
@@ -59,6 +59,27 @@ cse:
test:
priority: v4
```
+* 应用级配置:consumerApp.yaml,应用选择demo-java-chassis-cse-v2。类型为 yaml。
+```yaml
+cse:
+ v2:
+ test:
+ priority1: v1
+```
+* 服务级配置:consumerSer.yaml,微服务性选择consumer。类型为 yaml。
+```yaml
+cse:
+ v2:
+ test:
+ priority1: v2
+```
+* 实例级配置:consumerIns.yaml,labels:
app=demo-java-chassis-cse-v2,environment=,service=consumer,version = 0.0.1。类型为
yaml。
Review Comment:
版本级配置
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]