克隆/下载
贡献代码
同步代码
herb 新建 doc 89e9bd3 12个月前
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

nacos

输入图片说明

介绍

阿里 Nacos 注册中心与配置中心,方便同行下载安装介质。

  1. 官方代码库:https://github.com/alibaba/nacos
  2. 官方文档库:https://nacos.io/

软件架构

nacos架构

安装教程

单机模式下运行Nacos Linux/Unix/Mac

$ sh startup.sh -m standalone

Windows

$ cmd startup.cmd -m standalone

使用说明

1.安装数据库,版本要求:5.6.5+ 2.初始化mysql数据库,数据库初始化文件:mysql-schema.sql 3.修改conf/application.properties文件,增加支持mysql数据源配置(目前只支持mysql),添加mysql数据源的url、用户名和密码。

spring.datasource.platform=mysql

db.num=1
db.url.0=jdbc:mysql://11.162.196.16:3306/nacos_devtest?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true
db.user=nacos_devtest
db.password=youdontknow

其他详见官方文档。

MIT License Copyright (c) 2024 herb Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

阿里 Nacos 注册中心与配置中心,方便同行下载安装介质。 官方代码库:https://github.com/alibaba/nacos 官方文档库:https://nacos.io/ 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化