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.
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 |
For more information about Nacos Spring, see Nacos Spring Project.
For more information about user guide, see User Guide.