当前位置:网站首页>Practical operation - Nacos installation and configuration
Practical operation - Nacos installation and configuration
2022-04-23 05:57:00 【ShuangTwo】
Nacos edition :2.0.2( Of course, you can also choose other versions )
Nacos Download address :https://github.com/alibaba/nacos/releases
This article is based on Windows operating system , Download the second , After downloading, unzip it to the corresponding directory .
find nacos/conf/nacos-mysql.sql
, open SQL The file found that all the data tables in it use nacos_config
database
therefore , Create a new... In the local database nacos_config
database , And then nacos-mysql.sql
Medium SQL Put the sentence in nacos_config
Running in the database , give the result as follows
find nacos/conf/application.properties
, Open the profile , Find the following
We just need to change the database address 、 User name and password , Delete some comments . give the result as follows
Enter in command line mode nacos/bin
Under the table of contents , start-up Nacosstartup.cmd -m standalone
After initialization , visit http://192.168.137.1:8848/nacos/index.html
, The default username and password are nacos
After successful login , You can create a new user name and password in the user list , Then delete the default , Secure information .
版权声明
本文为[ShuangTwo]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230541367897.html
边栏推荐
- delete和truncate
- Create enterprise mailbox account command
- Opensips (1) -- detailed process of installing opensips
- 软件架构设计——软件架构风格
- Conda 虚拟环境管理(创建、删除、克隆、重命名、导出和导入)
- Pytoch learning record (x): data preprocessing + batch normalization (BN)
- 编程记录——图片旋转函数scipy.ndimage.rotate()的简单使用和效果观察
- Dva中在effects中获取state的值
- 2.devops-sonar安装
- 多线程与高并发(1)——线程的基本知识(实现,常用方法,状态)
猜你喜欢
去噪论文阅读——[RIDNet, ICCV19]Real Image Denoising with Feature Attention
线性代数第三章-矩阵的初等变换与线性方程组
基于thymeleaf实现数据库图片展示到浏览器表格
opensips(1)——安装opensips详细流程
图像恢复论文简记——Uformer: A General U-Shaped Transformer for Image Restoration
如何利用对比学习做无监督——[CVPR22]Deraining&[ECCV20]Image Translation
mysql sql优化之Explain
Pytoch learning record (x): data preprocessing + batch normalization (BN)
线代第四章-向量组的线性相关
Pyemd installation and simple use
随机推荐
PHP处理json_decode()解析JSON.stringify
JVM series (3) -- memory allocation and recycling strategy
对比学习论文——[MoCo,CVPR2020]Momentum Contrast for Unsupervised Visual Representation Learning
Pytorch learning record (7): skills in processing data and training models
Solve the error: importerror: iprogress not found Please update jupyter and ipywidgets
JDBC连接数据库
数字图像处理基础(冈萨雷斯)二:灰度变换与空间滤波
delete和truncate
线性代数第三章-矩阵的初等变换与线性方程组
线代第四章-向量组的线性相关
lambda表达式
PyTorch笔记——实现线性回归完整代码&手动或自动计算梯度代码对比
MySQL triggers, stored procedures, stored functions
数字图像处理基础(冈萨雷斯)一
PyTorch入门小笔记——利用简单例子观察前向传播各个层输出的size
Pytorch学习记录(三):神经网络的结构+使用Sequential、Module定义模型
You cannot access this shared folder because your organization's security policy prevents unauthenticated guests from accessing it
Pytorch學習記錄(十三):循環神經網絡((Recurrent Neural Network)
线性代数第二章-矩阵及其运算
Conda 虚拟环境管理(创建、删除、克隆、重命名、导出和导入)