windwos install spring-cloud-alibaba-nacos


foreword

This quick start manual is to help you quickly download, install and use Nacos on your computer.


1. Prepare the environment

Nacos relies on the Java environment to run. If you are building and running Nacos from the code, you also need to configure the Maven environment for this, please ensure that it is installed and used in the following version environment:

  • 64 bit OS, supports Linux/Unix/Mac/Windows, Linux/Unix/Mac is recommended.
  • 64 bit JDK 1.8+;
  • Maven 3.2.x+;

2. Download source code or installation package

https://github.com/alibaba/nacos/releases

The operation of Nacos needs to run under the machine configuration of at least 2C4g60g*3.

1. start

Enter the directory cmd
insert image description here

Windows
startup command (standalone represents stand-alone mode operation, non-cluster mode):

startup.cmd -m standalone

2. close

Windows

shutdown.cmd

Or double-click shutdown.cmd to run the file.


Summarize

Nacos helps you build, deliver and manage microservice platforms more agilely and easily. Nacos is a service infrastructure for building a "service"-centric modern application architecture (such as microservice paradigm, cloud native paradigm).

Guess you like

Origin blog.csdn.net/weixin_43480441/article/details/129087413