You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2022/11/01 06:05:08 UTC

[servicecomb-samples] 01/02: update readme

This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-samples.git

commit a31d60acfafb0a7008f264c78373d3aa776ce809
Author: liubao <bi...@qq.com>
AuthorDate: Tue Nov 1 09:54:45 2022 +0800

    update readme
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 6ae9193..fb76408 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,9 @@ A sample shows an application with basic login, download file, delete file funct
 ## java-chassis-samples
 Featured samples for java-chassis modules. Each module contains 10 minutes guides.
 
+## java-chassis-integration-tests
+java-chassis integration tests。 
+
 ## Precondition
 
 Before running the samples,install [service center](https://github.com/apache/servicecomb-service-center) and [kie](https://github.com/apache/servicecomb-kie). Or download [Lightweight Cloud Service Engine](https://support.huaweicloud.com/devg-cse/cse_devg_0036.html) which integrates both serivce center and kie for ease of use.
@@ -36,6 +39,9 @@ REST over Servlet。
 ## java-chassis-samples
 java-chassis 各个模块功能的例子。每个子项目包含了10分钟可以学习完成的简单示例。
 
+## java-chassis-integration-tests
+java-chassis 的集成测试用例。 
+
 ## 前提条件
 
 运行这些例子之前,需要先安装[注册中心](https://github.com/apache/servicecomb-service-center) 和[配置中心](https://github.com/apache/servicecomb-kie) 。华为云提供一个出色的[本地轻量化微服务引擎](https://support.huaweicloud.com/devg-cse/cse_devg_0036.html) ,可以直接下载安装使用。