Win10 build and start nacos

Win10 build and start nacos

How to build and start nacos in win10 environment

Nacos relies on the Java environment to run. If you
build and run Nacos from the code , you also need to configure the Maven environment for this , please make sure to install and use it in the following version environment:

  1. 64 bit OS, supports Linux/Unix/Mac/Windows, Linux/Unix/Mac is recommended.
  2. 64 bit JDK 1.8+; download & configuration .
  3. Maven 3.2.x+; download & configuration .

One, download nacos

Go to the official githubdownload, here I downloaded for 1.4.1 stable release

Official download address for other versions https://github.com/alibaba/nacos/releases

Two, unzip

Unzip the downloaded compressed package

image-20210226135740705

Three, configure the database

Click here for the rest to continue reading

Guess you like

Origin blog.csdn.net/weixin_39067447/article/details/114135164