当前位置:网站首页>Nacos installation detailed process
Nacos installation detailed process
2022-08-02 06:45:00 【m0_67402564】
This article describes the detailed installation process of Nacos (registration center + configuration center)
Article Directory
Meeting Nacos for the first time
Nacos is dedicated to helping you discover, configure and manage microservices.Nacos provides a set of easy-to-use features to help you quickly implement dynamic service discovery, service configuration, service metadata, and traffic management.
Nacos helps you build, deliver and manage microservices platforms more agilely and easily.Nacos is a service infrastructure for building modern application architectures centered on "services" (such as microservices paradigm, cloud native paradigm).
Nacos development must know
Nacos development must know
- Official website: https://nacos.io/zh-cn/index.html
- Nocas Documentation: https://nacos.io/en-cn/docs/what-is-nacos.html
- Nocas Downloads: https://github.com/alibaba/nacos/releases
Install Nacos
Download the version of Nocas you need on the github platform, as shown below:
Description: used below 1.4.0The mysql driver is below 8.0, and the driver used above 1.4.0 is above 8.0, so everyone should pay attention to the corresponding version of mysql when using nacos, otherwise nacos will be caused by the mismatch between nacos and mysql.Unable to load data source.
After downloading the Windows version and decompressing it, we can look at the directory structure:
Executable and configuration files
Open the bin directory and execute the startup.cmd command
The startup is successful, see the following page indicating that the startup is successful
To run nacos, you need to install jdk first and configure the system environment JAVA_HOME
After the operation is successful, start the control panel of nocas, after starting the nacos service, the default port is 8848, and the access address: http://localhost:8848/nacos/index.html.The default login account and password are nacos
Successfully entered the nocas control panel
Summary of this article
This article describes the installation process of nocas in detail, and will continue to introduce the use of the nocas control panel later.
Let me introduce myself first. The editor graduated from Shanghai Jiaotong University in 2013. I worked in a small company and went to big factories such as Huawei and OPPO. I joined Alibaba in 2018, until now.I know that most junior and intermediate java engineers want to upgrade their skills, they often need to explore their own growth or sign up to study, but for training institutions, the tuition fee is nearly 10,000 yuan, which is really stressful.Self-learning that is not systematic is very inefficient and lengthy, and it is easy to hit the ceiling and the technology stops.Therefore, I collected a "full set of learning materials for java development" for everyone. The original intention is also very simple. I hope to help friends who want to learn by themselves but don't know where to start, and at the same time reduce everyone's burden.Add the business card below to get a full set of learning materials
边栏推荐
猜你喜欢
随机推荐
What are the ways to improve software testing capabilities?After reading this article, it will take you up a notch
Meta公司内部项目-RaptorX:将Presto性能提升10倍
MySQL高阶---存储引擎、索引、锁
保证家里和企业中的WIFI安全-附AC与AP组网实验
Point Density-Aware Voxels for LiDAR 3D Object Detection Paper Notes
洛谷小游戏大全(用洛谷的人都得知道)
6W+字记录实验全过程 | 探索Alluxio经济化数据存储策略
MySQL索引常见面试题(2022版)
leetcode solves the linked list merge problem in one step
go里面的基本知识
机器学习——支持向量机原理
人工神经网络
Home NAS server (4) | MergerFS and SnapRaid data backup
Redis(十一) - 异步优化秒杀
selenium + robotframework的运行原理
Point Density-Aware Voxels for LiDAR 3D Object Detection 论文笔记
Nacos数据库配置
APT + Transform to realize multi module Application distributed Application life cycle
Nacos database configuration
Nacos安装详细过程