GithubHelp home page GithubHelp logo

lekaijun / spring-cloud-tencent Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tencent/spring-cloud-tencent

0.0 0.0 0.0 2.96 MB

Spring Cloud Tencent is a Spring Cloud based Service Governance Framework provided by Tencent.

License: Other

Java 99.78% HTML 0.01% Dockerfile 0.21%

spring-cloud-tencent's Introduction

Spring-Cloud-Tencent-Logo

Wiki Maven Central Contributors License

Build Status codecov.io Language grade: Java

English | 简体中文

Introduction

Spring Cloud Tencent is a open source one-stop microservice solution from Tencent.

Spring Cloud Tencent implements the Spring Cloud standard microservice SPI, so developers can quickly develop Spring Cloud cloud-native distributed applications based on Spring Cloud Tencent.

The core of Spring Cloud Tencent relies on Tencent's open-source one-stop service discovery and governance platform Polaris to realize various distributed microservice scenarios.

The capabilities provided by Spring Cloud Tencent include but are not limited to:

image

  • Service registration and discovery
  • Dynamic configuration management
  • Service Governance
    • Service rate limit
    • Service circuit breaker
    • Service routing
    • ...
  • Label transparent transmission

Demo Environment

The example addresses under spring-cloud-tencent-example all point to the experience service address (grpc://183.47.111.80:8091) by default. If you only experience Spring Cloud Tencent, you can run any example directly with one click.

Screenshots

image

Use Guide

All the components of Spring Cloud Tencent have been uploaded to the Maven central repository, just need to introduce dependencies.

Notice:

The version list of Spring Cloud Tencent can be found in Spring Cloud Tencent Version Management.

For example:

<!-- add spring-cloud-tencent bom  -->
<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>com.tencent.cloud</groupId>
            <artifactId>spring-cloud-tencent-dependencies</artifactId>
            <!--version number-->
            <version>${version}</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>    
                 
<!-- add spring-cloud-starter-tencent-polaris-discovery dependency  -->
<dependencies>
    <dependency>
        <groupId>com.tencent.cloud</groupId>
        <artifactId>spring-cloud-starter-tencent-polaris-discovery</artifactId>
    </dependency>
</dependencies>

Develop Guide

You can build this project with command:

## MacOS or Linux
./mvnw clean package

## Win
.\mvnw.cmd clean package

Documents

Chat Group

Please scan the QR code to join the chat group.

License

The spring-cloud-tencent is licensed under the BSD 3-Clause License. Copyright and license information can be found in the file LICENSE

Stargazers over time

If you are interested in Spring Cloud Tencent, please follow our project, thank you very much.

Stargazers over time

spring-cloud-tencent's People

Contributors

10veu avatar andrewshan avatar cheese8 avatar chuntaojun avatar dependabot[bot] avatar derekyrc avatar doubleluxu avatar jchen8460 avatar kaiyyyyy avatar lapple06 avatar lepdou avatar lingxiao-wu avatar luckycaesar avatar m1ngyuan avatar misselvexu avatar pandaapo avatar polaris-admin avatar ranchowang avatar shouyuwang avatar shuiqingliu avatar skyebefreeman avatar weihubeats avatar xingducai avatar yunlongchen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.