From 1007e0b552accd3288e7da6b47d8cc49a03bdf62 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期日, 27 四月 2025 11:06:35 +0800 Subject: [PATCH] art: 从沃克项目迁移设备管理代码到航宇 --- lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 49 insertions(+), 4 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 ccfdfe0..2e398df 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 @@ -7,7 +7,7 @@ include-stacktrace: ALWAYS include-message: ALWAYS servlet: - context-path: + context-path: /jeecg-boot compression: enabled: true min-response-size: 1024 @@ -126,7 +126,7 @@ connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 datasource: master: - url: jdbc:sqlserver://192.168.124.118:1433;databasename=LXZN_TEST_COMMON + url: jdbc:sqlserver://192.168.1.118:1433;databasename=LXZN_TEST_HANGYU;nullCatalogMeansCurrent=true username: sa password: 123 driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver @@ -135,7 +135,14 @@ database: 0 host: 127.0.0.1 port: 6379 - password: 123456 + password: '' +flowable: + enable: true + #鍏抽棴瀹氭椂浠诲姟JOB + async-executor-activate: false + database-schema-update: true +#activiti: +# enable: false # true 鍚敤瀹℃壒 false 涓嶅惎鐢ㄥ鎵� #mybatis plus 璁剧疆 mybatis-plus: mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml @@ -290,4 +297,42 @@ 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 +securedoc: #鍥尯缃戜笌缃戦椄閫氳瀹㈡埛绔� + whether: true #鏄惁鍚敤 true / false + serverIp: 10.118.10.63 #鏁版嵁鏈嶅姟绔疘P + serverPort: 8399 #鏁版嵁鏈嶅姟绔帴鍙� + # serverIp: 127.0.0.1 #鏁版嵁鏈嶅姟绔疘P + # serverPort: 8399 #鏁版嵁鏈嶅姟绔帴鍙� + username: admin #瀹氫箟璐﹀彿 + pwd: 123 #瀹氫箟瀵嗙爜 + addressToken: /outer/appAuth #鏈嶅姟娈佃幏鍙杢oken鍦板潃 + addressUploadFile: /outer/fileUpload #鏈嶅姟娈典笂浼犲湴鍧� + localFilePath: E:\\test\\a #鎺ユ敹鍦板潃 + servicePath: E:\\test\\b #鍙戦�佸湴鍧� + copyFilePath: E:\\test\\bak_a #鏂囦欢澶囦唤鍦板潃 + # localFilePath: /jar/test/a/ #鎺ユ敹鍦板潃 + # servicePath: /jar/test/b/ #鍙戦�佸湴鍧� + # copyFilePath: /jar/test/bak_a/ #鏂囦欢澶囦唤鍦板潃 + logIp: 127.0.0.1 #鏃ュ織绯荤粺鍦板潃 + logPort: 8888 #鏃ュ織绯荤粺绔彛 +serviceIntranet: #鍥尯缃戜笌缃戦椄閫氳鏈嶅姟娈� + # filePath: E:\\test\\b #闆嗘垚瀹㈡埛绔繚瀛樺湴鍧� + # newFilePath: E:/test/bak_sql/ #鏂囦欢澶囦唤鍦板潃 + filePath: /jar/test/b/ #闆嗘垚瀹㈡埛绔繚瀛樺湴鍧� + newFilePath: /jar/test/bak_sql/ #鏂囦欢澶囦唤鍦板潃 + appIdCheck: admin #token 鐢ㄦ埛鍚� + passwordCheck: 123 #token 瀵嗙爜 + logIp: 127.0.0.1 + logPort: 8888 + clientIp: 127.0.0.1 #瀹㈡埛绔疘P +fileNumPath: D:/demo/fileNum.txt #椤哄簭鍙疯褰曞湴鍧� +#鏂囦欢涓婁紶鐩綍锛堟敞鎰廘inux鍜學indows涓婄殑鐩綍缁撴瀯涓嶅悓锛� +#file.uploadFolder=/root/uploadFiles/ +#fileHomePath: ${UPLOAD_FOLDER:/jar/lxzn_storage} +#fileNCPath: ${NC_FOLDER:/jar/NC} # NC鏂囦欢浣嶇疆 +fileHomePath: ${UPLOAD_FOLDER:d://lxzn_storage} +fileNCPath: ${NC_FOLDER:D://NC} # NC鏂囦欢浣嶇疆 +ncSend: + addOrDelete: false #//鏄惁鍒犻櫎seed 涓殑涔嬪墠鏂囦欢 +#staticAccessPath: /api/ffile/** # 褰撳墠椤圭洰鐨勯潤鎬佽祫婧愯闂厤缃湪nginx涓� -- Gitblit v1.9.3