feat: 优化日志

This commit is contained in:
2023-08-21 00:00:35 +08:00
parent 6aac1fafd6
commit 2a11117b8c
13 changed files with 86 additions and 26 deletions

View File

@@ -15,6 +15,8 @@ dependencies {
exclude(group = "org.yaml")
exclude(group = "org.slf4j")
}
// https://mvnrepository.com/artifact/io.netty/netty-resolver-dns
implementation("io.netty:netty-resolver-dns:4.1.96.Final")
}