File tree Expand file tree Collapse file tree 7 files changed +14
-18
lines changed
consumer/src/main/resources
gateway/src/main/resources
provider/src/main/resources Expand file tree Collapse file tree 7 files changed +14
-18
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Including [Apache ServiceComb](http://servicecomb.apache.org) and [ServiceStage]
67672 . [ Quick Start and Samples] ( https://github.com/huaweicloud/spring-cloud-huawei-samples )
6868
6969[ ServiceStage ] : https://support.huaweicloud.com/intl/en-us/productdesc-servicestage/ss_productdesc_0001.html
70- [ CSE ] : https://support .huaweicloud.com/intl/en-us/devg-servicestage/ss-devg-0002 .html
70+ [ CSE ] : https://www .huaweicloud.com/intl/en-us/product/cse .html
7171[ Service Registry ] : https://support.huaweicloud.com/intl/en-us/devg-servicestage/ss-devg-0017.html
7272[ Configuration Center ] : https://support.huaweicloud.com/intl/en-us/devg-servicestage/ss-devg-0018.html
7373[ Request Marker-based Governance ] : https://support.huaweicloud.com/intl/en-us/devg-servicestage/ss-devg-0020.html
Original file line number Diff line number Diff line change 6767
6868[ ServiceStage ] : https://support.huaweicloud.com/usermanual-servicestage/servicestage_user_0400.html
6969
70- [ CSE ] : https://support.huaweicloud.com/devg-servicestage/ss-devg-0002 .html
70+ [ CSE ] : https://support.huaweicloud.com/cse/index .html
7171
72- [ Service Registry ] : https://support.huaweicloud.com/devg-servicestage/ss-devg-0017 .html
72+ [ Service Registry ] : https://support.huaweicloud.com/devg-cse/cse_devg_0018 .html
7373
74- [ Configuration Center ] : https://support.huaweicloud.com/devg-servicestage/ss-devg-0018 .html
74+ [ Configuration Center ] : https://support.huaweicloud.com/devg-cse/cse_devg_0020 .html
7575
76- [ Request Marker-based Governance ] : https://support.huaweicloud.com/devg-servicestage/ss-devg-0020 .html
76+ [ Request Marker-based Governance ] : https://support.huaweicloud.com/devg-cse/cse_devg_0025 .html
7777
7878[ Canary release features ] : https://support.huaweicloud.com/devg-servicestage/ss-devg-0023.html
7979
Original file line number Diff line number Diff line change 11# 使用微服务引擎2.0的测试用例
22
3- * 参考:https://github.com/apache/servicecomb-service-center/tree/master/ux 安装微服务引擎2.0
4-
5- * 设置环境变量:
6- * CSE_V2_SC: 注册中心的地址
7- * CSE_V2_CC: 配置中心的地址
3+ * 参考:https://support.huaweicloud.com/devg-cse/cse_devg_0036.html 安装微服务引擎2.0
84
95* 依次启动 provider、consumer、gateway
106
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ spring:
2525 discovery :
2626 enabled : true
2727 watch : false
28- address : ${CSE_V2_SC }
28+ address : ${PAAS_CSE_SC_ENDPOINT:http://127.0.0.1:30100 }
2929 appName : cse-v2-test-application
3030 serviceName : ${spring.application.name}
3131 version : 0.0.1
3232 healthCheckInterval : 30
3333 config :
34- serverAddr : ${CSE_V2_CC }
34+ serverAddr : ${PAAS_CSE_CC_ENDPOINT:http://127.0.0.1:30110 }
3535 serverType : kie
3636 kie :
3737 customLabel : public
Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ spring:
2626 appName : cse-v2-test-application
2727 serviceName : ${spring.application.name}
2828 watch : false
29- address : ${CSE_V2_SC }
29+ address : ${PAAS_CSE_SC_ENDPOINT:http://127.0.0.1:30100 }
3030 version : 0.0.1
3131 healthCheckInterval : 30
3232 config :
33- serverAddr : ${CSE_V2_CC }
33+ serverAddr : ${PAAS_CSE_CC_ENDPOINT:http://127.0.0.1:30110 }
3434 serverType : kie
3535
3636# credentials:
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ spring:
3232 discovery :
3333 enabled : true
3434 watch : false
35- address : ${CSE_V2_SC }
35+ address : ${PAAS_CSE_SC_ENDPOINT:http://127.0.0.1:30100 }
3636 appName : cse-v2-test-application
3737 serviceName : ${spring.application.name}
3838 version : 0.0.1
3939 healthCheckInterval : 30
4040 config :
41- serverAddr : ${CSE_V2_CC }
41+ serverAddr : ${PAAS_CSE_CC_ENDPOINT:http://127.0.0.1:30110 }
4242 serverType : kie
4343
4444# credentials:
Original file line number Diff line number Diff line change 2424 <groupId >org.springframework.cloud</groupId >
2525 <artifactId >spring-cloud-build</artifactId >
2626 <!-- This version should match spring-cloud-dependencies 'spring-cloud-build.version' -->
27- <version >2.2.3.RELEASE </version >
27+ <version >3.0.5 </version >
2828 </parent >
2929
3030 <groupId >com.huaweicloud</groupId >
4040 <spring .version>5.3.18</spring .version>
4141 <spring-cloud .version>2020.0.5</spring-cloud .version>
4242 <spring-boot .version>2.5.12</spring-boot .version>
43- <servicecomb .version>2.6.3 </servicecomb .version>
43+ <servicecomb .version>2.7.0 </servicecomb .version>
4444 </properties >
4545
4646 <modules >
You can’t perform that action at this time.
0 commit comments