783、203 安装包,环境依赖,默认执行 dev,mysql; 默认指向 127.1 的 minio;
This commit is contained in:
parent
d8b12f9c6d
commit
f44c976db8
@ -215,6 +215,7 @@ Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environmen
|
||||
Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"; ValueType: string; Flags: uninsdeletevalue; Components: Server; \
|
||||
ValueName: "{#MyAppExeNameUpper}_VM_PARAMS"; ValueData: " \
|
||||
--enable-preview \
|
||||
-Dspring.profiles.active=dev,mysql \
|
||||
-Dserver.port=28680 \
|
||||
-Dproject.database-name=model \
|
||||
-Dproject.minio-url=http://127.0.0.1:9000 \
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
; 构建时间:2025-8-18 14:13:19
|
||||
#define MyAppName "模型管理"
|
||||
#define MyAppVersion "1.0.19"
|
||||
#define MyAppVersion "1.0.21"
|
||||
#define MyAppPublisher "X"
|
||||
#define MyAppURL "~"
|
||||
#define MyAppExeName "model"
|
||||
@ -213,8 +213,10 @@ Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environmen
|
||||
Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"; ValueType: string; Flags: uninsdeletevalue; Components: Server; \
|
||||
ValueName: "{#MyAppExeNameUpper}_VM_PARAMS"; ValueData: " \
|
||||
--enable-preview \
|
||||
-Dspring.profiles.active=dev,mysql \
|
||||
-Dserver.port=28680 \
|
||||
-Dproject.database-name=model \
|
||||
-Dproject.minio-url=http://127.0.0.1:9000 \
|
||||
";
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user