-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
882ccff
commit 2062629
Showing
7 changed files
with
346 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,8 @@ | ||
--- | ||
cse: | ||
service: | ||
registry: | ||
address: https://cse.cn-north-1.myhuaweicloud.com | ||
protocols: | ||
rest: | ||
listenAddress: "0.0.0.0:4000" | ||
handler: | ||
chain: | ||
Provider: | ||
default: tracing-provider,bizkeeper-provider | ||
servicecomb: | ||
engine: | ||
name: default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
#微服务的私有属性 | ||
service_description: | ||
name: noService | ||
name: HelloCloudService | ||
# status: TESTING |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
module github.com/go-chassis/go-chassis-cloud | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/go-chassis/go-archaius v1.2.1 | ||
github.com/go-chassis/go-chassis v1.8.3 | ||
github.com/go-mesh/openlogging v1.0.1 | ||
github.com/huaweicse/auth v1.1.2 | ||
github.com/stretchr/testify v1.4.0 | ||
gopkg.in/yaml.v2 v2.2.4 | ||
) |