修改Readme.md. 修改logback的一些不可见字符上问题
This commit is contained in:
parent
5c6d98be29
commit
72265193ca
|
@ -191,5 +191,7 @@ Config.UseConfig("org.fortest", (cnf)->{
|
|||
http://mvn.yuandian.com/repository/maven-releases
|
||||
http://mvn.yuandian.com/repository/maven-snapshots
|
||||
|
||||
如: 192.168.1.113 mvn.yuandian.com
|
||||
|
||||
如: host上修改 192.168.1.113 mvn.yuandian.com
|
||||
如: dns服务器指向 192.168.1.113
|
||||
```
|
||||
|
|
|
@ -358,7 +358,6 @@ public class Config {
|
|||
return null;
|
||||
});
|
||||
} catch (Exception e) {
|
||||
//TODO: handle exception
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
class="ch.qos.logback.core.ConsoleAppender">
|
||||
<encoder>
|
||||
<pattern>
|
||||
%d{yyyyMMdd HH:mm:ss.SSS} %-5level%thread(%file:%line): %msg%n
|
||||
%d{yyyyMMdd HH:mm:ss.SSS} %-5level%thread\(%file:%line\): %msg%n
|
||||
</pattern>
|
||||
</encoder>
|
||||
</appender>
|
||||
|
|
Loading…
Reference in New Issue
Block a user