From 0893f30a68cc8e7286854921ddddc251e2bbc76b Mon Sep 17 00:00:00 2001 From: xuxueli <931591021@qq.com> Date: Sun, 14 Jun 2026 21:20:38 +0800 Subject: [PATCH] =?UTF-8?q?Docker=E9=95=9C=E5=83=8F=E8=B0=83=E6=95=B4?= =?UTF-8?q?=EF=BC=8C=E6=96=B0=E5=A2=9E=20EXPOSE=208080=20=E6=8C=87?= =?UTF-8?q?=E4=BB=A4=E6=9A=B4=E9=9C=B2=E5=BA=94=E7=94=A8=E7=AB=AF=E5=8F=A3?= =?UTF-8?q?=EF=BC=8C=E6=8F=90=E5=8D=87=E5=AE=B9=E5=99=A8=E7=BC=96=E6=8E=92?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E6=93=8D=E4=BD=9C=E4=BD=93=E9=AA=8C=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xxl-job-admin/src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/xxl-job-admin/src/main/resources/application.properties b/xxl-job-admin/src/main/resources/application.properties index 583a728c..8caf7329 100644 --- a/xxl-job-admin/src/main/resources/application.properties +++ b/xxl-job-admin/src/main/resources/application.properties @@ -6,6 +6,7 @@ server.servlet.context-path=/ management.server.base-path=/actuator spring.web.error.whitelabel.enabled=false spring.jackson.date-format=yyyy-MM-dd HH:mm:ss +spring.jackson.time-zone=Asia/Shanghai ### mail health management.health.mail.enabled=false