explicitly use standalone mode in windows

explicitly use standalone mode otherwise cluster mode in windows batch environment
pull/1769/head
Roger3581321 4 years ago committed by GitHub
parent 29b955fffb
commit a42bd2e3a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -46,7 +46,7 @@ Before we start the demo, let's learn how to connect Nacos Config to a Spring Cl
2. Unzip the downloaded file and go to the nacos/bin folder(), And according to the actual situation of the operating system, execute the following command。[see reference for more detail](https://nacos.io/en-us/docs/quick-start.html)。
1. Linux/Unix/Mac , execute `sh startup.sh -m standalone`
2. Windows , execute `cmd startup.cmd`
2. Windows , execute `cmd startup.cmd -m standalone`
3. Execute the following command to add a configuration to Nacos Server.

Loading…
Cancel
Save