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
bc49df9d
Commit
bc49df9d
authored
Feb 22, 2019
by
季圣华
Browse files
更改启动文件
parent
1e5c102f
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/main/conf/jshERPStart.sh
deleted
100644 → 0
View file @
1e5c102f
java
-XX
:+CreateMinidumpOnCrash
-cp
./conf:./lib/
*
: com.jsh.erp.ErpApplication
\ No newline at end of file
src/main/conf/
jshERPS
tart.bat
→
src/main/conf/
s
tart.bat
View file @
bc49df9d
File moved
src/main/conf/start.sh
View file @
bc49df9d
nohup
./jshERPStart.sh &
\ No newline at end of file
nohup
java
-XX
:+CreateMinidumpOnCrash
-cp
./conf:./lib/
*
: com.jsh.erp.ErpApplication
>
/dev/null 2>&1 &
\ No newline at end of file
src/main/resources/logback-spring.xml
View file @
bc49df9d
...
...
@@ -9,7 +9,7 @@
<contextName>
logback
</contextName>
<!-- name的值是变量的名称,value的值时变量定义的值。通过定义的值会被插入到logger上下文中。定义变量后,可以使“${}”来使用变量。 -->
<property
name=
"log.path"
value=
"
../
logs/jshERP"
/>
<property
name=
"log.path"
value=
"logs/jshERP"
/>
<!-- 彩色日志 -->
<!-- 彩色日志依赖的渲染类 -->
...
...
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