mirror of https://github.com/alibaba/nacos.git
|
||
---|---|---|
.. | ||
src/main | ||
README.md | ||
pom.xml |
README.md
Nacos example module
This module contains some examples for nacos.
- Run the Nacos service in standalone mode locally. By default, it uses port 8848.
- App.java file is a simple "Hello Nacos" program.
- ConfigExample.java file demonstrates how to utilize the configuration center in Nacos.
- NamingExample.java file demonstrates how to use Nacos for service register, deregister, and subscribe.