From 40bf019f0b348378385ed0a819b5b06e1708d558 Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期六, 09 八月 2025 00:19:37 +0800 Subject: [PATCH] 工作流代码 --- lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml b/lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml index 6a0b76a..a3f4e9e 100644 --- a/lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml +++ b/lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml @@ -1,5 +1,5 @@ 锘縮erver: - port: 9999 + port: 8888 tomcat: max-swallow-size: -1 error: @@ -22,8 +22,8 @@ spring: servlet: multipart: - max-file-size: 10MB - max-request-size: 10MB + max-file-size: 2048MB + max-request-size: 2048MB mail: host: smtp.163.com username: jeecgos@163.com @@ -132,8 +132,8 @@ connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 datasource: master: -# url: jdbc:sqlserver://192.168.124.118:1433;databasename=LXZN_TEST_430 - url: jdbc:sqlserver://localhost:1433;databasename=LXZN_TEST_430 + url: jdbc:sqlserver://192.168.1.118:1433;databasename=LXZN_TEST_430 +# url: jdbc:sqlserver://localhost:1433;databasename=LXZN_TEST_430 # url: jdbc:sqlserver://192.168.124.118:1433;databasename=EAM_430_TEST username: sa password: 123 @@ -149,7 +149,7 @@ database: 0 host: 127.0.0.1 port: 6379 - password: 123456 + password: #mybatis plus 璁剧疆 mybatis-plus: mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml @@ -304,4 +304,4 @@ url: http://localhost:8081/services/EquipmentService?wsdl namespace: http://service.server.webservice.example.com statusMethod: equipmentStatus - rateMethod: equipmentRate \ No newline at end of file + rateMethod: equipmentRate -- Gitblit v1.9.3