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.
4 lines
221 B
4 lines
221 B
|
3 weeks ago
|
# 启动 crm-app(verify profile,后台运行)
|
||
|
|
Set-Location "d:\code\crm-backend-matt"
|
||
|
|
& "C:\Users\luowj\.jdks\jdk-17.0.15\bin\java.exe" -jar crm-app\target\crm-app-1.0.0-SNAPSHOT.jar --spring.profiles.active=verify
|