MyGit
🚩收到GitHub仓库的更新通知

polarismesh/polaris-java

Fork: 81 Star: 128 (更新于 2024-05-15 10:06:24)

license: NOASSERTION

Language: Java .

Lightweight Java SDK used as Proxyless Service Governance

最后发布版本: v1.15.4 ( 2024-04-15 15:29:34)

GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

Polaris Java

codecov Build Status Maven Central

English | 简体中文

README:

Introduction

polaris-java is the Java SDK, support SDK API for application to use polaris

How to build

polaris-java uses Maven for most build-related activities, and JDK 1.8 or later versions are supported. You should be able to get off the ground quite quickly by cloning the project you are interested in and typing:

mvn clean install

How to use

Modify pom.xml in application root, add dependencyManagement for polaris-java:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>com.tencent.polaris</groupId>
            <artifactId>polaris-dependencies</artifactId>
            <version>1.9.1</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

add the module in dependencies.

Examples

A polaris-examples module is included in our project for you to get started with polaris-java quickly. It contains an example, and you can refer to the readme file in the example project for a quick walkthrough.

Frameworks

Developers usually use HTTP or RPC frameworks to develop distributed service. Polaris SDK is already integrated into some development frameworks. If using these frameworks, you can enable Polaris Service Governance functions without using Polaris SDK directly.

最近版本更新:(数据更新于 2024-05-16 03:32:07)

2024-04-15 15:29:34 v1.15.4

2024-04-02 20:38:54 v1.15.3

2024-03-16 21:15:05 v1.15.2

2024-03-04 11:18:39 v1.15.1

2024-02-05 12:12:51 v1.15.0

2023-10-30 19:24:46 v1.14.3

2023-10-23 15:52:28 v1.14.2

2023-09-12 13:58:56 v1.14.1

2023-09-05 13:17:48 v1.14.0

2023-08-21 20:24:56 v1.12.12

主题(topics):

authenticate, circuit-break, fault-tolerance, health-check, load-balance, rate-limit, request-route, service-discover, service-register, traffic-control

polarismesh/polaris-java同语言 Java最近更新仓库

2024-05-14 17:46:49 elastic/elasticsearch

2024-05-13 10:00:26 TongchengOpenSource/smart-doc-gradle-plugin

2024-05-13 09:57:13 TongchengOpenSource/smart-doc

2024-05-12 16:05:29 dromara/Sa-Token

2024-05-11 22:41:27 dromara/dante-cloud

2024-05-10 09:31:57 mybatis-flex/mybatis-flex