Home

Awesome

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 )

DependenciesCompatibility
Java1.8+
Spring Boot2.0.3.RELEASE
Nacos-Spring-Context1.1.0

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

DependenciesCompatibility
Java1.7+
Spring Boot1.4.1.RELEASE
Nacos-Spring-Context1.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