{"id":15154130,"url":"https://github.com/nacos-group/nacos-spring-boot-project","last_synced_at":"2025-05-14T02:00:27.438Z","repository":{"id":37336041,"uuid":"144712336","full_name":"nacos-group/nacos-spring-boot-project","owner":"nacos-group","description":"Nacos ECO Project for Spring Boot","archived":false,"fork":false,"pushed_at":"2024-11-04T01:26:54.000Z","size":581,"stargazers_count":794,"open_issues_count":96,"forks_count":425,"subscribers_count":60,"default_branch":"master","last_synced_at":"2025-04-10T16:59:29.713Z","etag":null,"topics":["alibaba","configuration-management","discovery","distributed-configuration","java","nacos","spring","springboot","springboot2","springframework"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nacos-group.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-14T11:41:39.000Z","updated_at":"2025-03-28T10:40:27.000Z","dependencies_parsed_at":"2023-01-23T06:15:17.528Z","dependency_job_id":"e006caf7-4fdb-48a0-92e7-5a5d1f0aaa11","html_url":"https://github.com/nacos-group/nacos-spring-boot-project","commit_stats":{"total_commits":164,"total_committers":30,"mean_commits":5.466666666666667,"dds":0.6829268292682926,"last_synced_commit":"eaf15a6e6ee5970169b6fbd2fd5986faa8fbe05a"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nacos-group%2Fnacos-spring-boot-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nacos-group%2Fnacos-spring-boot-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nacos-group%2Fnacos-spring-boot-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nacos-group%2Fnacos-spring-boot-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nacos-group","download_url":"https://codeload.github.com/nacos-group/nacos-spring-boot-project/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254052658,"owners_count":22006716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alibaba","configuration-management","discovery","distributed-configuration","java","nacos","spring","springboot","springboot2","springframework"],"created_at":"2024-09-26T17:02:55.627Z","updated_at":"2025-05-14T02:00:27.310Z","avatar_url":"https://github.com/nacos-group.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nacos Spring Boot Project\n\n[![Build Status](https://travis-ci.org/nacos-group/nacos-spring-boot-project.svg?branch=master)](https://travis-ci.org/nacos-group/nacos-spring-boot-project)\n\n[Alibaba Nacos](https://github.com/alibaba/nacos) ships main core features of Cloud-Native application, \nincluding:\n\n- Service Discovery and Service Health Check\n- Dynamic Configuration Management\n- Dynamic DNS Service\n- Service and MetaData Management\n\n[Nacos Spring Boot Project](https://github.com/nacos-group/nacos-spring-boot-project) is based on [it](https://github.com/alibaba/nacos) and embraces Spring Boot ECO System so that developers could build Spring Boot application rapidly. \n\nNacos Spring Boot Project consist of two parts: `nacos-config-spring-boot` and `nacos-discovery-spring-boot`.\n\n`nacos-config-spring-boot` module is using for Dynamic Configuration Management and Service and MetaData Management. \n\n`nacos-discovery-spring-boot` module is using for Service Discovery, Service Health Check and Dynamic DNS Service.\n\nAdditionally, Nacos Spring Boot Project already supports native-image.\n\n## Samples\n\n- [Nacos Config Sample](https://github.com/nacos-group/nacos-spring-boot-project/tree/master/nacos-spring-boot-samples/nacos-config-sample)\n\n- [Nacos Discovery Sample](https://github.com/nacos-group/nacos-spring-boot-project/tree/master/nacos-spring-boot-samples/nacos-discovery-sample)\n\n- [Nacos AOT Sample](https://github.com/nacos-group/nacos-spring-boot-project/tree/master/nacos-spring-boot-samples/nacos-aot-sample)\n\n## Dependencies \u0026 Compatibility\n\n**Version: 0.2.x / 2.x.x ( branch master )**\n\n| Dependencies   | Compatibility |\n| -------------- | ------------- |\n| Java           | 1.8+         |\n| Spring Boot | 2.0.3.RELEASE         |\n| Nacos-Spring-Context | 1.1.0   |\n\n**Version: 0.1.x / 1.x.x ( branch: 1.x )**\n\n| Dependencies   | Compatibility |\n| -------------- | ------------- |\n| Java           | 1.7+         |\n| Spring Boot | 1.4.1.RELEASE         |\n| Nacos-Spring-Context | 1.1.0   |\n\n\n## Quick Start\n\n\n- [Nacos Config Quick Start](https://github.com/nacos-group/nacos-spring-boot-project/blob/master/NACOS-CONFIG-QUICK-START.md)\n\n- [Nacos Discovery Quick Start](https://github.com/nacos-group/nacos-spring-boot-project/blob/master/NACOS-DISCOVERY-QUICK-START.md)\n\n- [Nacos AOT Quick Start](https://github.com/nacos-group/nacos-spring-boot-project/blob/master/NACOS-AOT-QUICK-START.md)\n\n\nFor more information about Nacos Spring, see [Nacos Spring Project](https://github.com/nacos-group/nacos-spring-project).\n\nFor more information about user guide,  see [User Guide](https://github.com/nacos-group/nacos-spring-boot-project/wiki/%E7%94%A8%E6%88%B7%E4%BD%BF%E7%94%A8%E6%96%87%E6%A1%A3).\n## Relative Projects\n\n* [Alibaba Nacos](https://github.com/alibaba/nacos)\n* [Alibaba Spring Context Support](https://github.com/alibaba/spring-context-support)\n* [Nacos Spring Project](https://github.com/nacos-group/nacos-spring-project)\n* [Nacos Spring Cloud Project](https://github.com/spring-cloud-incubator/spring-cloud-alibaba)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnacos-group%2Fnacos-spring-boot-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnacos-group%2Fnacos-spring-boot-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnacos-group%2Fnacos-spring-boot-project/lists"}