nacos/example
2024-03-07 13:50:32 +08:00
..
src/main modify the log file path. (#11794) 2024-03-07 13:50:32 +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 [ISSUE #11094] Enhancements for example Module: Introduce README.md and Optimize Code. (#11116) 2023-09-25 15:35:53 +08:00

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.