From 6e678a7e87332078be35f49ad715d54eafaccffb Mon Sep 17 00:00:00 2001 From: jianjun Date: Fri, 23 Sep 2022 10:01:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=9F=E5=8F=B0=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/application-yantai-zhengwu.yml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/main/resources/application-yantai-zhengwu.yml diff --git a/src/main/resources/application-yantai-zhengwu.yml b/src/main/resources/application-yantai-zhengwu.yml new file mode 100644 index 0000000..72ea538 --- /dev/null +++ b/src/main/resources/application-yantai-zhengwu.yml @@ -0,0 +1,23 @@ +# 项目启动的时候,会根据环境,取这个配置 +mysql: + host: 10.2.2.44 + port: 3306 + db: epmet_jmreport + username: epmet_jmreport_user + password: EpmEt-db-UsEr + +nacos: + discovery: + server-addr: 10.2.2.51:8848 + namespace: bd205d23-e696-47be-b995-916313f86e99 + enabled: true + + +spring: + redis: + database: 0 + password: rEdIs@yAntAI_666 + timeout: 30s + cluster: + nodes: 10.2.2.47:6379,10.2.2.48:6379,10.2.2.49:6379,10.2.2.47:6389,10.2.2.48:6389,10.2.2.49:6389 + max-redirects: 3