修复bug
This commit is contained in:
parent
93a12f5b20
commit
68e566a925
@ -28,8 +28,8 @@ if exist "%MINIO_EXE%" (
|
||||
start "Scenario Server" cmd /k "%MINIO_EXE% server ^"%DATA_DIR%^" --console-address ^":%CONSOLE_PORT%^""
|
||||
)
|
||||
|
||||
echo MinIO 服务已启动:
|
||||
echo - MinIO API (端口: 9000)
|
||||
echo - MinIO Web (端口: 9001)
|
||||
echo MinIO:
|
||||
echo - MinIO API (Port: 9000)
|
||||
echo - MinIO Web (Port: 9001)
|
||||
|
||||
pause
|
@ -20,7 +20,7 @@
|
||||
|
||||
save ""
|
||||
port 6379
|
||||
requirepass ''
|
||||
requirepass 'redis123'
|
||||
maxmemory 256mb
|
||||
appendonly no
|
||||
maxmemory-policy allkeys-lru
|
||||
|
@ -135,6 +135,7 @@ Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environmen
|
||||
-Dproject.database-name=eval_sys \
|
||||
-Dmybatis-flex.datasource.ds1.password=WTpHm3sAJfE45HXp \
|
||||
-Dproject.redis-url=127.0.0.1 \
|
||||
-Dproject.redis-password=redis123 \
|
||||
-Dproject.minio-url=http://127.0.0.1:9000 \
|
||||
-Dproject.minio-k=minio_FEaTQx \
|
||||
-Dproject.minio-v=minio_34KYwR \
|
||||
@ -281,3 +282,8 @@ end;
|
||||
[UninstallRun]
|
||||
Filename: "taskkill"; Parameters: "-f -im {#MyAppExeName}-web.exe"; Flags: runascurrentuser runhidden waituntilterminated
|
||||
|
||||
|
||||
;; 卸载时删除的文件
|
||||
[UninstallDelete]
|
||||
Type: filesandordirs; Name: "{app}\{#MyAppExeName}\log"
|
||||
Type: filesandordirs; Name: "{app}\{#MyAppExeName}\script"
|
||||
|
@ -274,3 +274,8 @@ end;
|
||||
[UninstallRun]
|
||||
Filename: "taskkill"; Parameters: "-f -im {#MyAppExeName}-web.exe"; Flags: runascurrentuser runhidden waituntilterminated
|
||||
|
||||
|
||||
;; 卸载时删除的文件
|
||||
[UninstallDelete]
|
||||
Type: filesandordirs; Name: "{app}\{#MyAppExeName}\log"
|
||||
Type: filesandordirs; Name: "{app}\{#MyAppExeName}\script"
|
||||
|
@ -3,11 +3,11 @@ chcp 65001
|
||||
title Scenario Quick Start
|
||||
|
||||
cd %SCENARIO_MAIN%
|
||||
if exist "%SCENARIO_MAIN_BIN%" (
|
||||
start "Eval Server" cmd /k "java -jar %SCENARIO_VM_PARAMS% -jar %SCENARIO_MANAGE_BIN%"
|
||||
if exist "%SCENARIO_MANAGE_BIN%" (
|
||||
start "Scenario Server" cmd /k "java -jar %SCENARIO_VM_PARAMS% -jar %SCENARIO_MANAGE_BIN%"
|
||||
)
|
||||
|
||||
if exist "%SCENARIO_MAIN_BIN%" (
|
||||
if exist "%SCENARIO_MANAGE_BIN%" (
|
||||
start "Scenario Website" cmd /k "cd web && scenario-web.exe -c conf/web.conf"
|
||||
)
|
||||
|
||||
|
@ -131,6 +131,8 @@ Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environmen
|
||||
-Dproject.database-port=33306 \
|
||||
-Dproject.database-name=scenario \
|
||||
-Dmybatis-flex.datasource.ds1.password=pF4jE0fA2aA2qE1c \
|
||||
-Dproject.redis-url=127.0.0.1 \
|
||||
-Dproject.redis-password=redis123 \
|
||||
";
|
||||
|
||||
|
||||
@ -273,3 +275,10 @@ end;
|
||||
|
||||
[UninstallRun]
|
||||
Filename: "taskkill"; Parameters: "-f -im {#MyAppExeName}-web.exe"; Flags: runascurrentuser runhidden waituntilterminated
|
||||
|
||||
|
||||
;; 卸载时删除的文件
|
||||
[UninstallDelete]
|
||||
Type: filesandordirs; Name: "{app}\{#MyAppExeName}\log"
|
||||
Type: filesandordirs; Name: "{app}\{#MyAppExeName}\script"
|
||||
|
||||
|
@ -132,6 +132,7 @@ Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environmen
|
||||
-Dproject.database-port=33306 \
|
||||
-Dproject.database-name=simulation \
|
||||
-Dproject.redis-url=127.0.0.1 \
|
||||
-Dproject.redis-password=redis123 \
|
||||
-Dproject.rocketmq-url=127.0.0.1:8081 \
|
||||
-Dproject.minio-url=http://127.0.0.1:9000 \
|
||||
-Dproject.eval-service-url=http://127.0.0.1:28480/evaluation/samples/receiveSync \
|
||||
@ -278,3 +279,8 @@ end;
|
||||
Filename: "taskkill"; Parameters: "-f -im {#MyAppExeName}-web.exe"; Flags: runascurrentuser runhidden waituntilterminated
|
||||
|
||||
|
||||
;; 卸载时删除的文件
|
||||
[UninstallDelete]
|
||||
Type: filesandordirs; Name: "{app}\{#MyAppExeName}\log"
|
||||
Type: filesandordirs; Name: "{app}\{#MyAppExeName}\script"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user