Skip to content

Commit 6f0ec37

Browse files
committed
运行脚本
1 parent b44e900 commit 6f0ec37

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

startup.bat

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@echo off
2+
3+
set MAVEN_OPTS=-Xms3g -Xmx3g
4+
5+
call mvn clean install
6+
cd deep-qa-web/
7+
call mvn jetty:run

startup.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
export MAVEN_OPTS="-Xms3g -Xmx3g"
4+
5+
mvn clean install
6+
cd deep-qa-web/
7+
mvn jetty:run

0 commit comments

Comments
 (0)