Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 776 Bytes

README_CN.md

File metadata and controls

35 lines (21 loc) · 776 Bytes

nacos-examples

Nacos Examples

Nacos-examples 中文

这是 Nacos java 程序样例,你可以通过 Nacos 原生SDK / Spring 操作服务和配置

启动 Nacos

你可以本机启动单机模式Nacos

https://nacos.io/zh-cn/docs/deployment.html

你也可以从阿里云上购买Nacos开发版

https://help.aliyun.com/document_detail/139460.html

https://www.aliyun.com/product/aliware/mse?spm=nacos-website.topbar.0.0.0

Config your config

Spring

https://nacos.io/zh-cn/docs/quick-start-spring.html

Spring-boot

https://nacos.io/zh-cn/docs/quick-start-spring-boot.html

Spring-cloud

https://nacos.io/zh-cn/docs/quick-start-spring-cloud.html

Dubbo

https://nacos.io/zh-cn/docs/use-nacos-with-dubbo.html

Run Demo

Run Main