nacos-group / nacos-spring-boot-project

Nacos ECO Project for Spring Boot
Apache License 2.0
789 stars 424 forks source link
alibaba configuration-management discovery distributed-configuration java nacos spring springboot springboot2 springframework

Nacos Spring Boot Project

Build Status

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

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