From 7cf9f1b016a08da00dc50f7c7af57071c8a8f807 Mon Sep 17 00:00:00 2001 From: jsonwan Date: Tue, 2 Jan 2024 11:56:11 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=AE=B9=E5=99=A8=E5=8C=96=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E5=AD=98=E5=82=A8=E6=94=AF=E6=8C=81=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E6=8E=A7=E5=88=B6=E5=AD=98=E5=82=A8=E6=80=BB=E9=87=8F=20#2655?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 支持通过Spring属性配置日志留存时间 --- src/backend/job-config/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/job-config/build.gradle b/src/backend/job-config/build.gradle index 301037f023..c9496a8896 100644 --- a/src/backend/job-config/build.gradle +++ b/src/backend/job-config/build.gradle @@ -34,6 +34,7 @@ ext { version "${jobConfigVersion}" dependencies { api project(':commons:common') + api project(":commons:common-log") api project(":commons:common-consul") implementation("org.springframework.boot:spring-boot-autoconfigure") implementation 'org.springframework.boot:spring-boot-starter-web'