Nacos的启动与关闭

先找到Nacos的安装目录的bin目录下

// 后台开启 
./startup.sh -m standalone & 
// 关闭
./shutdown.sh

 

你可能感兴趣的:(java,java)