From 43c44fd827cf619a37de96856ef3fe8dd6c1bece Mon Sep 17 00:00:00 2001 From: han0 Date: Fri, 15 Dec 2023 10:25:52 +0800 Subject: [PATCH] =?UTF-8?q?deploy:=20=E6=96=B0=E5=A2=9E=E5=8D=8E=E4=B8=BA?= =?UTF-8?q?=E4=BA=91=E9=83=A8=E7=BD=B2=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-huawei.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/main/resources/application-huawei.yml diff --git a/src/main/resources/application-huawei.yml b/src/main/resources/application-huawei.yml new file mode 100644 index 0000000..d3df9d9 --- /dev/null +++ b/src/main/resources/application-huawei.yml @@ -0,0 +1,22 @@ +spring: + datasource: + dynamic: + datasource: + master: + driver-class-name: com.mysql.cj.jdbc.Driver + password: XKKFB123456! + url: jdbc:mysql://192.168.0.63:3306/material_manage?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&useInformationSchema=true + username: root + redis: + database: 4 + host: 192.168.0.230: + password: 'Xxs123456' + port: 6379 + +main: + supervise: + dispatcher-role-id: 1677946127227682818,0 + +api: + host: + data-tool: http://192.168.1.3:50000 \ No newline at end of file