From 02dbaaa04bc443e860a715cf907bc0fb5c1a7da4 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期二, 11 七月 2023 09:09:34 +0800 Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs --- Source/UBCS/ubcs-service/ubcs-code/src/main/resources/application-dev.yml | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 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 7ea9a51..0c94ec2 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,19 +1,31 @@ #鏈嶅姟鍣ㄧ鍙� 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 +#mybatis-plus-join: +# table-alias: t + ######搴旂敤鍩烘湰閰嶇疆 #app: # name: web -- Gitblit v1.9.3