From 45f0b534543ecdad333ec00331cbc671c2e4a983 Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期三, 16 十月 2024 11:10:26 +0800 Subject: [PATCH] 增加系统配置:集群实例id --- src/main/resources/application-dev.properties | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index 4e00667..852eeb3 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -1,6 +1,10 @@ #======================================# #=============\u7CFB\u7EDF\u53C2\u6570 \u76F8\u5173\u914D\u7F6E==============# #======================================# +#\u542F\u7528\u7CFB\u7EDF\u96C6\u7FA4 +sysem.clusters.enable=false +#\u7CFB\u7EDF\u5B9E\u4F8Bid +system.instance.id=1 #\u4E0A\u4F20\u6587\u4EF6\u8DEF\u5F84,\u7EDD\u5BF9 #\u542F\u7528\u65E5\u5FD7\u6253\u5370 logger.isEnable=true @@ -297,8 +301,6 @@ mobile.mac.valid.isEnable=false # \u8BC1\u4E66\u4F4D\u7F6E sign.dir.path=D:/test/lx-server/sign -#\u542F\u7528\u7CFB\u7EDF\u96C6\u7FA4 -sysem.clusters.enable=false #tomcate\u914D\u7F6E server.tomcat.max-threads=200 server.tomcat.max-connections=1000 -- Gitblit v1.9.2