upgrade to 2.1.3 and add AK/SK example (#62)

upgrade to 2.1.3 and add AK/SK example
42 files changed
tree: 6e2629777f5a6b2c5636e3de9c01b33b02eaca24
  1. java-chassis-deployment-samples/
  2. java-chassis-perfermance/
  3. java-chassis-samples/
  4. porter_lightweight/
  5. porter_springboot/
  6. .gitignore
  7. LICENSE
  8. NOTICE
  9. README.md
README.md

ServiceComb samples

This project is samples for java-chassis 2.0.x. You can switch to other branches to see different samples.

porter_lightweight

A sample shows an application with basic login, download file, delete file functions. Read this document for details.

porter_springboot

A sample shows an application with basic login, download file, delete file functions. Read this document for details.

java-chassis-samples

Featured samples for java-chassis modules. Each module contains 10 minutes guides.

使用ServiceComb开发微服务的示例项目

这个项目使用java-chassis 2.0.x版本。可以切换分支,查看其他版本的例子。

porter_lightweight

该项目演示了一个包括网关、文件下载、认证鉴权等功能的简单应用系统,同时演示了ServiceComb推荐的先写接口声明,再写业务代码的软件工程实践。可以阅读文章了解项目的细节。这个例子的运行环境采用vert.x作为HTTP服务器,即 REST over Vert.x transport。

porter_springboot

该项目演示了一个包括网关、文件下载、认证鉴权等功能的简单应用系统,同时演示了ServiceComb推荐的先写接口声明,再写业务代码的软件工程实践。可以阅读文章了解项目的细节。这个例子的运行环境采用Spring Boot及其Embeded Tomcat,即 REST over Servlet。

java-chassis-samples

java-chassis 各个模块功能的例子。每个子项目包含了10分钟可以学习完成的简单示例。