通过IDEA的编译配置 Shell Script 启动sentinel 一直提示 "错误: 找不到或无法加载主类 .port=8180""
-Dserver.port=8180
-Dcsp.sentinel.dashboard.server=localhost:8180
-Dproject.name=sentinel-dashboard
-jar
G:/TOOLS/sentinell/sentinel-dashboard-1.8.1.jar
环境变量都配置正常
通过IDEA的编译配置 Shell Script 启动sentinel 一直提示 "错误: 找不到或无法加载主类 .port=8180""
-Dserver.port=8180
-Dcsp.sentinel.dashboard.server=localhost:8180
-Dproject.name=sentinel-dashboard
-jar
G:/TOOLS/sentinell/sentinel-dashboard-1.8.1.jar
环境变量都配置正常
'-Dserver.port=8180'
'-Dcsp.sentinel.dashboard.server=localhost:8180'
'-Dproject.name=sentinel-dashboard'
'-jar'
'sentinel jar包路径'
这样一段加一对单引号就可以了