MyGit

polarismesh/spring-boot-polaris

Fork: 15 Star: 15 (更新于 2024-11-15 16:11:33)

license: NOASSERTION

Language: Java .

Spring Boot integrates with Polaris Service Discovery and Governance

最后发布版本: v1.1.0 ( 2022-04-08 15:35:55)

GitHub网址

Spring Boot with Polaris

English | 简体中文


Introduction

spring-boot-polaris is the polaris adapter for SpringBoot,application based on SpringBoot can use spring-boot-polaris access polaris quickly.

Spring Cloud Tencent provide an integration solution for Spring Cloud and Tencent middleware, include PolarisMesh.

Please see Spring Cloud Tencent

How to build

spring-boot-polaris 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

Add maven dependency

These artifacts are available from Maven Central via BOM:

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

add the module in dependencies.

Examples

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

QuickStart Example

最近版本更新:(数据更新于 2024-10-11 10:31:40)

2022-04-08 15:35:55 v1.1.0

2022-04-02 16:50:24 v1.0.1

2022-04-02 16:49:49 v1.0.0

主题(topics):

polaris-java, polarismesh, spring-boot

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

2024-11-21 20:32:01 spring-projects/spring-boot

2024-11-21 09:44:43 Card-Forge/forge

2024-11-20 14:38:43 StarRocks/starrocks

2024-11-19 23:42:52 spring-projects/spring-authorization-server

2024-11-18 21:40:12 4379711/lol-helper

2024-11-16 22:50:41 xuxueli/xxl-job