From 22b8528bfdb590511414c898b066b32a3f23bb59 Mon Sep 17 00:00:00 2001 From: zzx <2651787250@qq.com> Date: Thu, 1 Feb 2024 19:38:12 +0800 Subject: [PATCH] third improve --- .../src/main/resources/application-dev.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/eventmesh-dashboard-console/src/main/resources/application-dev.yml b/eventmesh-dashboard-console/src/main/resources/application-dev.yml index 377c1334..00724de5 100644 --- a/eventmesh-dashboard-console/src/main/resources/application-dev.yml +++ b/eventmesh-dashboard-console/src/main/resources/application-dev.yml @@ -17,8 +17,6 @@ server: port: 9898 - servlet: - context-path: "/eventmesh" spring: servlet: @@ -46,10 +44,9 @@ spring: test-while-idle: true min-evictable-idle-time-millis: 300000 -mybatis: - type-aliases-package: org.apache.eventmesh.dashboard.console.entity - - - +# cron job config, use cron expression +cron: + #health check job + health: "0/15 * * * * ? *"