From 9604b20f722b268a19fed3ace9be029e2955cff0 Mon Sep 17 00:00:00 2001 From: zhouz <> Date: Sat, 11 Oct 2025 16:33:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=96=B0=E5=A2=9E=E9=9B=AA=E8=8A=B1?= =?UTF-8?q?=E7=AE=97=E6=B3=95=E7=9A=84=E6=9C=BA=E5=99=A8=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lms/nladmin-system/src/main/resources/config/application.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lms/nladmin-system/src/main/resources/config/application.yml b/lms/nladmin-system/src/main/resources/config/application.yml index 3b2d3e2a3..69e869bb4 100644 --- a/lms/nladmin-system/src/main/resources/config/application.yml +++ b/lms/nladmin-system/src/main/resources/config/application.yml @@ -190,3 +190,7 @@ lucene: tlog: id-generator: org.nl.config.TlogIdGenerator + +snowflake: + worker-id: 1 # 机器ID,0-31之间 + datacenter-id: 1 # 数据中心ID,0-31之间 \ No newline at end of file