add more examples to show CONSUMER/PROVIDER using different model (#36)

* fix spring boot application usage problem

* add more examples to show CONSUMER/PROVIDER using different model

* remove unused code
14 files changed
tree: 8d91fb674bd4daa9ca5a0c6701305c42eaaac527
  1. java-chassis-samples/
  2. porter_lightweight/
  3. .gitignore
  4. LICENSE
  5. NOTICE
  6. 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.

dependency_management

A sample shows how to use dependency management to create spring 4, spring 5, spring boot 1 or spring boot 2 application.

java-chassis-samples

Featured samples for java-chassis modules.

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

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

porter_lightweight

该项目演示了一个包括网关、文件下载、认证鉴权等功能的简单应用系统,同时演示了ServiceComb推荐的先写接口声明,再写业务代码的软件工程实践。

dependency_management

该项目演示了ServiceComb如何依赖spring4, spring 5, spring boot1 和 spring boot 2。

java-chassis-samples

java-chassis 各个模块功能的例子。