优化bat脚本及shell脚本

This commit is contained in:
thinkgem
2018-04-17 20:55:22 +08:00
parent d9193835ef
commit f8562e1ccb
22 changed files with 91 additions and 50 deletions

View File

@@ -2,7 +2,7 @@
<configuration debug="false" scan="false">
<!-- Log file path -->
<property name="log.path" value="${logPath:-../../}/logs" />
<property name="log.path" value="${logPath:-../}/logs" />
<!-- Spring boot default -->
<include resource="org/springframework/boot/logging/logback/defaults.xml" />