原文地址:Nacos Windows版本安装 - 简书 (jianshu.com)
1.从github下载 zip,地址:https://github.com/alibaba/nacos/releases
2.解压,执行conf 目录的sql文件建立需要用到的 数据库表
3.修改 配置文件 application.properties 启用 数据库,默认提供了mysql的配置,只是用#号注释了,去掉#号即可,大约是第35行至43行,注意修改数据库名 及用户名密码
4.启动方法 : 用于开发测试 使用 单机模式,方法有两种
4.1 修改startup.cmd,大概第26行,改为set MODE="standalone",然后运行即可
4.2 命令行 中 使用 -m 运行参数指定模式: startup.cmd -m standalone
标签:github,standalone,windows,数据库,配置,startup,nacos From: https://www.cnblogs.com/dirgo/p/17085065.html