You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
262 B
7 lines
262 B
|
7 days ago
|
@echo off
|
||
|
|
rem 票 03 起服(verify profile + MinIO 凭据)
|
||
|
|
set "SPRING_PROFILES_ACTIVE=verify"
|
||
|
|
set "CRM_MINIO_AK=admin"
|
||
|
|
set "CRM_MINIO_SK=Itc@123456"
|
||
|
|
"C:\Users\Administrator\.jdks\corretto-17.0.13\bin\java.exe" -jar crm-app\target\crm-app-1.0.0-SNAPSHOT.jar
|