Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
35e745a7
Commit
35e745a7
authored
Dec 11, 2020
by
季圣华
Browse files
优化启动脚本
parent
bf032afe
Changes
3
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
35e745a7
...
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.jsh
</groupId>
<artifactId>
jshERP
</artifactId>
<version>
2.
0.3
-SNAPSHOT
</version>
<version>
2.
1.5
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
jshERP
</name>
...
...
@@ -101,7 +101,7 @@
</dependencies>
<build>
<finalName>
jshERP
2.0
</finalName>
<finalName>
jshERP
</finalName>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
...
...
src/main/bin/run-manage.sh
View file @
35e745a7
...
...
@@ -8,7 +8,7 @@ readonly LIB_HOME="$APP_HOME/lib"
readonly
LOGS_HOME
=
"
$APP_HOME
/logs"
readonly
PID_FILE
=
"
$LOGS_HOME
/application.pid"
readonly
APP_MAIN_CLASS
=
"jshERP
2.0
.jar"
readonly
APP_MAIN_CLASS
=
"jshERP.jar"
readonly
LOG_CONFIG
=
"
$CONFIG_HOME
/logback-spring.xml"
readonly
JAVA_RUN
=
"-Dlogs.home=
$LOGS_HOME
-Dlogging.config=
$LOG_CONFIG
-Dspring.config.location=file:
$CONFIG_HOME
-Dspring.pid.file=
$PID_FILE
-Dspring.pid.fail-on-write-error=true"
...
...
src/main/bin/start.bat
View file @
35e745a7
...
...
@@ -2,5 +2,5 @@
title
jshERP
java
-Xms
1000
m
-Xmx
2000
m
-jar
.\lib\jshERP
2.0
.jar
java
-Xms
1000
m
-Xmx
2000
m
-jar
.\lib\jshERP.jar
pause
over
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment