This repository has been archived by the owner on Dec 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Showing
32 changed files
with
364 additions
and
859 deletions.
There are no files selected for viewing
Binary file not shown.
This file was deleted.
Oops, something went wrong.
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,28 +1,3 @@ | ||
# weathermap | ||
本文档通过一个示例向您展示CSE微服务引擎的基本能力,以及对新服务快速开发和已有服务零改造接入的支持能力。示例是一个天气预报应用,该应用可以为您提供世界各地当前的天气详情以及未来3天的预报。 | ||
|
||
## 使用指南 | ||
|
||
请参见 [微服务引擎 快速入门](https://support.huaweicloud.com/qs-cse/cse_qs_0001.html) | ||
|
||
|
||
## 开发指南 | ||
|
||
本项目需要JDK 1.8或更新。 | ||
|
||
### 获取代码 | ||
|
||
``` | ||
git clone https://github.com/cse-sample/weathermap.git | ||
``` | ||
|
||
下载完的代码可以用Eclipse或IntelliJ打开进行开发。 | ||
|
||
### 编译打包 | ||
``` | ||
./mvnw clean install | ||
``` | ||
|
||
命令成功完成后,你可以看到生成的最终发布文件: | ||
`dist/target/weathermap-1.0.0.zip` | ||
|
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.