修改Readme.md. 修改logback的一些不可见字符上问题

This commit is contained in:
eson 2022-06-27 13:45:52 +08:00
parent 5c6d98be29
commit 72265193ca
3 changed files with 4 additions and 3 deletions

View File

@ -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
```

View File

@ -358,7 +358,6 @@ public class Config {
return null;
});
} catch (Exception e) {
//TODO: handle exception
e.printStackTrace();
}

View File

@ -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>