An open API service indexing awesome lists of open source software.

https://github.com/tencentyun/tsf-simple-demo

Tencent Service Framework Demo
https://github.com/tencentyun/tsf-simple-demo

Last synced: 3 months ago
JSON representation

Tencent Service Framework Demo

Awesome Lists containing this project

README

        

## Demo 工程目录

|工程名称|工程说明|
|---|---|
|consumer-demo|TSF微服务治理服务消费者|
|provider-demo|TSF微服务治理服务提供者|
|opensource-zuul-demo|基于开源 Zuul 的微服务网关示例|
|opensource-scg-demo|基于开源Spring Cloud Gateway的微服务网关示例|
|kafka-demo|支持Kafka调用链的示例,包含了消息消费者和生产者|
|mongodb-demo|支持MongoDB调用链的微服务示例|
|mysql-demo|支持MySQL调用链的微服务示例|
|redis-demo|支持Redis调用链的微服务示例|
|msgw-demo|基于TSF Spring Cloud MS Gateway 网关示例|
|task-schedule-demo|TCT分布式任务调度示例|

## 依赖说明

pom.xml 中定义了工程需要的依赖包(以下以基于 Spring Cloud Finchley 版本 SDK 举例说明):

```xml

4.0.0


com.tencent.tsf
spring-cloud-tsf-dependencies
1.29.4-Finchley-RELEASE

com.tencent.tsf
tsf-demo
1.29.4-Finchley-RELEASE
pom


provider-demo
consumer-demo
opensource-zuul-demo
opensource-scg-demo
mysql-demo
redis-demo
mongodb-demo
kafka-demo
msgw-demo
task-schedule-demo


UTF-8
UTF-8
1.8




org.springframework.boot
spring-boot-maven-plugin


```

其中 parent 描述了不同微服务 demo 共同的 TSF 依赖。

```xml

com.tencent.tsf
spring-cloud-tsf-dependencies

```