nacos/example
shiyiyue1102 b4d3b233e4 optimize fuzzy watch of config&naming. 2025-01-09 15:28:00 +08:00
..
src/main optimize fuzzy watch of config&naming. 2025-01-09 15:28:00 +08:00
README.md [ISSUE #11094] Enhancements for example Module: Introduce README.md and Optimize Code. (#11116) 2023-09-25 15:35:53 +08:00
pom.xml Optimize the `nacos-client/pom.xml` for exclude `google/**/*.proto` (#9982) 2023-03-01 09:42:15 +08:00

README.md

Nacos example module

This module contains some examples for nacos.

  1. Run the Nacos service in standalone mode locally. By default, it uses port 8848.
  2. App.java file is a simple "Hello Nacos" program.
  3. ConfigExample.java file demonstrates how to utilize the configuration center in Nacos.
  4. NamingExample.java file demonstrates how to use Nacos for service register, deregister, and subscribe.