From 314f2e91cc9d7b36067d76db57aa4cd522a4af0d Mon Sep 17 00:00:00 2001 From: pengjie <17373303529@163.com> Date: Thu, 18 Apr 2024 20:21:10 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 6983c5789..3fc5df796 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -174,11 +174,23 @@ spring.mail.properties.mail.smtp.ssl.enable=true spring.mail.properties.mail.smtp.socketFactory.port=465 spring.mail.properties.mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory #工作流数据库 -spring.datasource.db2.jdbc-url=jdbc:mysql://101.43.164.214:3306/wflow_pro?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&useSSL=false&serverTimezone=GMT%2B8 +spring.datasource.db2.jdbc-url=jdbc:mysql://192.168.34.155:3306/wflow_pro?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&useSSL=false&serverTimezone=GMT%2B8 spring.datasource.db2.driver-class-name=com.mysql.jdbc.Driver spring.datasource.db2.username=root -spring.datasource.db2.password=JXJ@admin +spring.datasource.db2.password=root #配置web页面入口 -magic-api.web=/xmgl/magic/web +#magic-api.web=/xmgl/magic/web #配置文件存储位置。当以classpath开头时,为只读模式 -magic-api.resource.location=classpath:magic +#magic-api.resource.location=classpath:magic + +tenant.tables[0]=wflow_cc_tasks +tenant.tables[1]=wflow_departments +tenant.tables[2]=wflow_form_data +tenant.tables[3]=wflow_form_record +tenant.tables[4]=wflow_model_groups +tenant.tables[5]=wflow_model_historys +tenant.tables[6]=wflow_model_perms +tenant.tables[7]=wflow_models +tenant.tables[8]=wflow_notifys +tenant.tables[9]=wflow_sub_groups +tenant.tables[10]=wflow_sub_process