Commit 428b9254 authored by lixinglin's avatar lixinglin

Merge remote-tracking branch 'origin/master'

parents bbd310b0 f02b429b
......@@ -7,7 +7,7 @@
<springProfile name="test">
<property name="logPathPrefix" value="/app/logs"/>
</springProfile>
<springProfile name="pro">
<springProfile name="prod">
<property name="logPathPrefix" value="/app/logs"/>
</springProfile>
<property name="logger.path" value="${logPathPrefix}/${projectName}"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment