1
0
mirror of https://gitee.com/incloudcode/yexuejc-springboot.git synced 2025-09-28 02:43:21 +08:00

1.1.3 日志优化

This commit is contained in:
2018-10-27 16:41:16 +08:00
parent d01690dffb
commit 5bf66c25ca
4 changed files with 31 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>com.yexuejc.springboot</groupId>
<artifactId>yexuejc-springboot-parent</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<!-- 本地打包:使用相对关联路径 -->
<!--<relativePath>../../yexuejc</relativePath>-->
</parent>

View File

@@ -35,4 +35,5 @@ public class LogUtil {
}
return msg.replaceAll(";", "_");
}
}