Nacos ECO Project for Spring Boot
Go to file
胡俊 08657b90b3
fix #https://github.com/alibaba/nacos/issues/12478 (#344)
2024-11-04 09:26:54 +08:00
eclipse style: Add code format file 2019-10-18 13:54:43 +08:00
nacos-config-spring-boot-actuator Summer ospp#10375 (#312) 2023-12-03 11:25:29 +08:00
nacos-config-spring-boot-autoconfigure fix #https://github.com/alibaba/nacos/issues/12478 (#344) 2024-11-04 09:26:54 +08:00
nacos-config-spring-boot-starter Summer ospp#10375 (#312) 2023-12-03 11:25:29 +08:00
nacos-discovery-spring-boot-actuator Summer ospp#10375 (#312) 2023-12-03 11:25:29 +08:00
nacos-discovery-spring-boot-autoconfigure Summer ospp#10375 (#312) 2023-12-03 11:25:29 +08:00
nacos-discovery-spring-boot-starter Summer ospp#10375 (#312) 2023-12-03 11:25:29 +08:00
nacos-spring-boot-aot Summer ospp#10375 (#312) 2023-12-03 11:25:29 +08:00
nacos-spring-boot-base Summer ospp#10375 (#312) 2023-12-03 11:25:29 +08:00
nacos-spring-boot-parent 2.1.0-RC 2023-12-06 17:21:07 +08:00
nacos-spring-boot-samples Summer ospp#10375 (#312) 2023-12-03 11:25:29 +08:00
.gitignore 版本号由0.2.7升级到2.0.0 (#166) 2020-12-07 12:43:35 +08:00
.travis.yml feat: 2019-07-17 18:41:46 +08:00
LICENSE Initial commit 2018-08-14 19:41:39 +08:00
NACOS-AOT-QUICK-START.md Summer ospp#10375 (#312) 2023-12-03 11:25:29 +08:00
NACOS-CONFIG-QUICK-START.md Summer ospp#10375 (#312) 2023-12-03 11:25:29 +08:00
NACOS-DISCOVERY-QUICK-START.md Summer ospp#10375 (#312) 2023-12-03 11:25:29 +08:00
README.md Summer ospp#10375 (#312) 2023-12-03 11:25:29 +08:00
pom.xml 0.3.0-RC 2023-12-03 13:31:58 +08:00

README.md

Nacos Spring Boot Project

Build Status

Alibaba Nacos ships main core features of Cloud-Native application, including:

  • Service Discovery and Service Health Check
  • Dynamic Configuration Management
  • Dynamic DNS Service
  • Service and MetaData Management

Nacos Spring Boot Project is based on it and embraces Spring Boot ECO System so that developers could build Spring Boot application rapidly.

Nacos Spring Boot Project consist of two parts: nacos-config-spring-boot and nacos-discovery-spring-boot.

nacos-config-spring-boot module is using for Dynamic Configuration Management and Service and MetaData Management.

nacos-discovery-spring-boot module is using for Service Discovery, Service Health Check and Dynamic DNS Service.

Additionally, Nacos Spring Boot Project already supports native-image.

Samples

Dependencies & Compatibility

Version: 0.2.x / 2.x.x ( branch master )

Dependencies Compatibility
Java 1.8+
Spring Boot 2.0.3.RELEASE
Nacos-Spring-Context 1.1.0

Version: 0.1.x / 1.x.x ( branch: 1.x )

Dependencies Compatibility
Java 1.7+
Spring Boot 1.4.1.RELEASE
Nacos-Spring-Context 1.1.0

Quick Start

For more information about Nacos Spring, see Nacos Spring Project.

For more information about user guide, see User Guide.

Relative Projects