From 18997e6de96f7be5b55a94168c80103e6363cb0e Mon Sep 17 00:00:00 2001 From: ludc Date: 星期三, 12 七月 2023 20:24:53 +0800 Subject: [PATCH] 提交代码 --- Source/UBCS/ubcs-service/ubcs-code/src/main/resources/application-dev.yml | 39 +++++++++++++++++++++++++++++++++++++-- 1 files changed, 37 insertions(+), 2 deletions(-) diff --git a/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/application-dev.yml b/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/application-dev.yml index 67e62cf..fd01e08 100644 --- a/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/application-dev.yml +++ b/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/application-dev.yml @@ -1,17 +1,53 @@ #鏈嶅姟鍣ㄧ鍙� server: port: 36014 - + tomcat: + uri-encoding: UTF-8 + servlet: + encoding: + enabled: true + charset: UTF-8 + force: true #鏁版嵁婧愰厤缃� spring: datasource: url: ${ubcs.datasource.mdm.dev.url} username: ${ubcs.datasource.mdm.dev.username} password: ${ubcs.datasource.mdm.dev.password} + messages: + encoding: utf-8 + basename: i18n/messages #鍏抽棴椹煎嘲鍛藉悕鏄犲皠 mybatis-plus: configuration: map-underscore-to-camel-case: false + + +#椤跺眰鎵归噺鐢宠閰嶇疆 +batchadd: + exportattr: + type: 鍩烘湰淇℃伅 + redis: + time: 6000000 +#缁熶竴鎺ュ彛灞炴�ф槧灏勬枃浠堕厤缃� +attrconfig: + #绯荤粺闆嗘垚 + system_attrmap: {RLM: D:\RLM.xml,PDM: D:\pdm.xml,DMS: D:\DMS.xml} +#鏁版嵁瀹氭椂鎺ㄩ�侀厤缃� +dataSyncPush: + isStart: false + cronTime: "0 0/1 * * * ?" + dataParamName: dataString + dataTranTemp: D:\desktop +#鍒嗙被瀹氭椂鎺ㄩ�侀厤缃� +clsfSyncPush: + isStart: false + cronTime: "0 0/1 * * * ?" + dataParamName: dataString + dataTranTemp: D:\desktop + +#mybatis-plus-join: +# table-alias: t ######搴旂敤鍩烘湰閰嶇疆 #app: @@ -73,5 +109,4 @@ # system_attrmap: {RLM: D:\RLM.xml,PDM: D:\pdm.xml,DMS: D:\DMS.xml} # #MPM鏋氫妇鍊煎睘鎬ф槧灏� # mpmEnumMap: {partType: [{enumValue: 1,enumText: 浜у搧},{enumValue: 2,enumText: 浜у搧},{'enumValue': 3,enumText: 鏍囧噯浠秨,{'enumValue': 7,enumText: 鏉愭枡}]} - -- Gitblit v1.9.3