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
9a4a097d
Commit
9a4a097d
authored
Jul 12, 2021
by
季圣华
Browse files
更新版本号
parent
8b04d9d0
Changes
3
Hide whitespace changes
Inline
Side-by-side
jshERP-boot/pom.xml
View file @
9a4a097d
...
...
@@ -106,7 +106,7 @@
</dependencies>
<build>
<finalName>
jshERP
3.0
</finalName>
<finalName>
jshERP
</finalName>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
...
...
jshERP-boot/src/main/bin/run-manage.sh
View file @
9a4a097d
...
...
@@ -5,7 +5,7 @@ readonly CONFIG_HOME="$APP_HOME/config/"
readonly
LIB_HOME
=
"
$APP_HOME
/lib"
readonly
LOGS_HOME
=
"
$APP_HOME
/logs"
readonly
PID_FILE
=
"
$LOGS_HOME
/application.pid"
readonly
APP_MAIN_CLASS
=
"jshERP
3.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"
readonly
JAVA_OPTS
=
"-server -Xms128m -Xmx320m -XX:PermSize=128M -XX:MaxPermSize=256M
$JAVA_RUN
"
...
...
jshERP-boot/src/main/bin/start.bat
View file @
9a4a097d
...
...
@@ -2,5 +2,5 @@
title
jshERP
java
-Xms
1000
m
-Xmx
2000
m
-jar
.\lib\jshERP
3.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