- 升级vertx到4.5.6

- 添加Cloudreve
- 蓝奏云优享和小飞机规则修改
This commit is contained in:
qaiu
2024-04-09 12:13:26 +08:00
parent 8358d8d1f8
commit 5768ba48e8
15 changed files with 223 additions and 49 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
</appender>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<withJansi>true</withJansi>
<withJansi>false</withJansi>
<encoder>
<!--格式化输出:%d表示日期,%thread表示线程名,%-5level:级别从左显示5个字符宽度%msg:日志消息,%n是换行符-->
<pattern>${CUSTOMER_PATTERN2}</pattern>