File tree 7 files changed +14
-18
lines changed
consumer/src/main/resources
gateway/src/main/resources
provider/src/main/resources
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]
67
67
2 . [ Quick Start and Samples] ( https://github.com/huaweicloud/spring-cloud-huawei-samples )
68
68
69
69
[ 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
71
71
[ Service Registry ] : https://support.huaweicloud.com/intl/en-us/devg-servicestage/ss-devg-0017.html
72
72
[ Configuration Center ] : https://support.huaweicloud.com/intl/en-us/devg-servicestage/ss-devg-0018.html
73
73
[ 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 67
67
68
68
[ ServiceStage ] : https://support.huaweicloud.com/usermanual-servicestage/servicestage_user_0400.html
69
69
70
- [ CSE ] : https://support.huaweicloud.com/devg-servicestage/ss-devg-0002 .html
70
+ [ CSE ] : https://support.huaweicloud.com/cse/index .html
71
71
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
73
73
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
75
75
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
77
77
78
78
[ Canary release features ] : https://support.huaweicloud.com/devg-servicestage/ss-devg-0023.html
79
79
Original file line number Diff line number Diff line change 1
1
# 使用微服务引擎2.0的测试用例
2
2
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
8
4
9
5
* 依次启动 provider、consumer、gateway
10
6
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ spring:
25
25
discovery :
26
26
enabled : true
27
27
watch : false
28
- address : ${CSE_V2_SC }
28
+ address : ${PAAS_CSE_SC_ENDPOINT:http://127.0.0.1:30100 }
29
29
appName : cse-v2-test-application
30
30
serviceName : ${spring.application.name}
31
31
version : 0.0.1
32
32
healthCheckInterval : 30
33
33
config :
34
- serverAddr : ${CSE_V2_CC }
34
+ serverAddr : ${PAAS_CSE_CC_ENDPOINT:http://127.0.0.1:30110 }
35
35
serverType : kie
36
36
kie :
37
37
customLabel : public
Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ spring:
26
26
appName : cse-v2-test-application
27
27
serviceName : ${spring.application.name}
28
28
watch : false
29
- address : ${CSE_V2_SC }
29
+ address : ${PAAS_CSE_SC_ENDPOINT:http://127.0.0.1:30100 }
30
30
version : 0.0.1
31
31
healthCheckInterval : 30
32
32
config :
33
- serverAddr : ${CSE_V2_CC }
33
+ serverAddr : ${PAAS_CSE_CC_ENDPOINT:http://127.0.0.1:30110 }
34
34
serverType : kie
35
35
36
36
# credentials:
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ spring:
32
32
discovery :
33
33
enabled : true
34
34
watch : false
35
- address : ${CSE_V2_SC }
35
+ address : ${PAAS_CSE_SC_ENDPOINT:http://127.0.0.1:30100 }
36
36
appName : cse-v2-test-application
37
37
serviceName : ${spring.application.name}
38
38
version : 0.0.1
39
39
healthCheckInterval : 30
40
40
config :
41
- serverAddr : ${CSE_V2_CC }
41
+ serverAddr : ${PAAS_CSE_CC_ENDPOINT:http://127.0.0.1:30110 }
42
42
serverType : kie
43
43
44
44
# credentials:
Original file line number Diff line number Diff line change 24
24
<groupId >org.springframework.cloud</groupId >
25
25
<artifactId >spring-cloud-build</artifactId >
26
26
<!-- This version should match spring-cloud-dependencies 'spring-cloud-build.version' -->
27
- <version >2.2.3.RELEASE </version >
27
+ <version >3.0.5 </version >
28
28
</parent >
29
29
30
30
<groupId >com.huaweicloud</groupId >
40
40
<spring .version>5.3.18</spring .version>
41
41
<spring-cloud .version>2020.0.5</spring-cloud .version>
42
42
<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>
44
44
</properties >
45
45
46
46
<modules >
You can’t perform that action at this time.
0 commit comments