Merge branch 'main' of github.com:Tencent/spring-cloud-tencent into main

pull/2/head
SkyeBeFreeman 3 years ago
commit b6e0673d41

@ -0,0 +1,24 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Environment**
- Version: [e.g. v1.0.0]
- OS: [e.g. CentOS8]
**Additional context**
Add any other context about the problem here.

@ -0,0 +1,10 @@
---
name: Documentation
about: Improvements or additions to documentation
title: ''
labels: documentation
assignees: ''
---

@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
---
**What is the feature you want to add?**
**Why do you want to add this feature?**
**How to implement this feature?**
**Additional context**
Add any other context or screenshots about the feature request here.

@ -0,0 +1,10 @@
---
name: Q&A
about: Please tell me your questions
title: ''
labels: question
assignees: ''
---

@ -1,5 +1,11 @@
# Spring Cloud Tencent
[English](./README.md) | 简体中文
---
## 介绍
Spring Cloud Tencent包含了分布式应用微服务开发过程中所需的组件基于 Spring Cloud 框架的开发者可以使用这些组件快速进行分布式应用的开发
在Spring Cloud Tencent的基础上您只需要添加少量配置就可以将 Spring Cloud 应用接入腾讯云微服务解决方案,通过腾讯云中间件来迅速搭建分布式应用系统。

@ -1,5 +1,11 @@
# Spring Cloud Tencent
English | [简体中文](./README-zh.md)
---
## Introduction
Spring Cloud Tencent contains components distributed micro-service applications need during developing phase, developers that built their key architectures based on Spring Cloud can use these components
Based on Spring Cloud Tencent, you only need a small configuration to launch Spring Cloud and micro-service's joint solutions.
@ -11,7 +17,7 @@ Based on Spring Cloud Tencent, you only need a small configuration to launch Spr
* **CircuitBreaker Node**Support circuitbreak's auto-reset ability, ensure the reliability of distributed server
* **Rate Limiter**Support rate limit between microservice and access layer, ensure the stability of backend, one can configure policies and traffic data from the control panel
## Component
## Components
**[Polaris](https://github.com/polarismesh)**Polaris Spring Cloud operation centre, provide solutions to registration, dynamic routing, load balancing and circuitbreaker.
@ -19,7 +25,7 @@ Based on Spring Cloud Tencent, you only need a small configuration to launch Spr
* master's branch matches Spring Cloud Hoxton, support lowest at JDK 1.8.
Spring Cloud Tencent uses Maven to construct, the fastest way is to cone project to local files, then execute the following orders:
Spring Cloud Tencent uses Maven to construct, the fastest way is to clone project to local files, then execute the following orders:
```bash
./mvnw install

Loading…
Cancel
Save