You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
liuyiliang 1f1b2cf349 fc 4 months ago
..
src/main fc 4 months ago
README.md fc 4 months ago
pom.xml fc 4 months ago

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.