add method security support
16 files changed
tree: 6393c6858fbdd68fa3578e761c607e886fdb1c6c
  1. authentication/
  2. dependency_management/
  3. porter_lightweight/
  4. .gitignore
  5. LICENSE
  6. NOTICE
  7. README.md
README.md

ServiceComb 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.

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

porter_lightweight

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

dependency_management

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