From b50ec5817b26cd476400aec52beb6f17d006cd13 Mon Sep 17 00:00:00 2001 From: "everywhere.z" Date: Sat, 9 Nov 2024 00:48:51 +0800 Subject: [PATCH] =?UTF-8?q?liteflow.enable-node-instance-id=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E4=B8=BAfalse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../META-INF/additional-spring-configuration-metadata.json | 2 +- .../src/main/resources/META-INF/liteflow-default.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/liteflow-spring-boot-starter/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/liteflow-spring-boot-starter/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 2e5ee8f3d..9d293d9cf 100644 --- a/liteflow-spring-boot-starter/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/liteflow-spring-boot-starter/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -226,7 +226,7 @@ "type": "java.lang.Boolean", "description": "enable node instance id", "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty", - "defaultValue": true + "defaultValue": false } ] } \ No newline at end of file diff --git a/liteflow-spring-boot-starter/src/main/resources/META-INF/liteflow-default.properties b/liteflow-spring-boot-starter/src/main/resources/META-INF/liteflow-default.properties index 6ac047706..b0a2fe2d1 100644 --- a/liteflow-spring-boot-starter/src/main/resources/META-INF/liteflow-default.properties +++ b/liteflow-spring-boot-starter/src/main/resources/META-INF/liteflow-default.properties @@ -26,5 +26,5 @@ liteflow.monitor.queue-limit=200 liteflow.monitor.delay=300000 liteflow.monitor.period=300000 liteflow.enable-monitor-file=false -liteflow.enable-node-instance-id=true +liteflow.enable-node-instance-id=false