Nacos Examples
Go to file
yanlinly a6d5e7c6df format 2023-10-21 08:55:55 +08:00
nacos-client-example update config info 2022-09-25 10:19:17 +08:00
nacos-cmdb-plugin-example #6 Update nacos-api version. 2018-12-17 16:11:17 +08:00
nacos-druid-example update druid demo 2023-07-29 22:17:53 +08:00
nacos-dubbo-example update demo 2022-06-21 09:08:24 +08:00
nacos-grpc-example update grpc demo 2023-05-31 22:56:53 +08:00
nacos-health-plugin-example add Note about package 2019-05-14 15:50:14 +08:00
nacos-scg-example update scg demo 2023-06-29 22:45:53 +08:00
nacos-sentinel-example update sentinel demo 2022-08-29 10:25:26 +08:00
nacos-spring-boot-example Add more examples like @NacosInjected, @NacosConfigListener, @NacosPropertySource, @NacosConfigurationProperties, etc. 2019-01-24 18:27:23 +08:00
nacos-spring-cloud-example update demo 2022-06-15 16:26:04 +08:00
nacos-spring-example 1、Update curl command 2022-06-15 18:24:41 +08:00
nacos-website-example format 2023-10-21 08:55:55 +08:00
spring-druid clear druid test 2023-08-17 13:37:24 +08:00
.gitignore Initial commit 2018-09-22 00:23:44 +08:00
LICENSE Initial commit 2018-09-21 23:52:50 +08:00
README.md update dubbo info 2022-08-29 09:53:59 +08:00
README_CN.md update dubbo info 2022-08-29 09:53:59 +08:00
pom.xml update grpc adapter 2023-04-28 19:37:03 +08:00

README.md

nacos-examples

Nacos Examples

Nacos-examples 中文

This is examples of the nacos, you can use nacos-native-sdk/spring to opercate service/config.

Start nacos

You can start nacos by standalone on your computer

https://nacos.io/en-us/docs/deployment.html

You can start server from aliyun

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/en-us/docs/quick-start-spring.html

Spring-boot

https://nacos.io/en-us/docs/quick-start-spring-boot.html

Spring-cloud

https://nacos.io/en-us/docs/quick-start-spring-cloud.html

Dubbo

https://nacos.io/en-us/docs/use-nacos-with-dubbo.html

Run Demo

Run Main