nacos在windows启动配置文件示例

主要是这段代码改了,设置下本地的java安装地址和启动模式就行了

set BASE_DIR=%~dp0
rem added double quotation marks to avoid the issue caused by the folder names containing spaces.
rem removed the last 5 chars(which means \bin) to get the base DIR.
set BASE_DIR=“%BASE_DIR:~0,-5%”

set CUSTOM_SEARCH_LOCATIONS=file:%BASE_DIR%/conf/

set MODE=“standalone”

posted @ 2022-11-08 16:59  超高校级的作者  阅读(60)  评论(0)    收藏  举报  来源