From 5c3da097e8c5995bca5e1f8f5abdae29209bb7d1 Mon Sep 17 00:00:00 2001
From: xiebin <123456>
Date: Thu, 28 Jul 2022 08:33:12 +0800
Subject: [PATCH] 小程序农资搜索
---
src/main/resources/application-dev.yml | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index fc6c7d4..af540f5 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -13,9 +13,9 @@
# commandTimeout: 5000
datasource:
# MySql
- url: jdbc:mysql://61.131.136.25:2083/zhny?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
- username: root
- password: ZHba@0112
+ url: jdbc:mysql://182.106.212.58:3306/zhny?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
+ username: zhny
+ password: ZHny@2022
# PostgreSQL
#url: jdbc:postgresql://127.0.0.1:5432/bladex_boot
#username: postgres
@@ -52,3 +52,7 @@
upload-domain: http://localhost:8999
remote-path: /usr/share/nginx/html
+# 溯源码扫描读取页面 url
+zhny:
+ codeUrl: http://182.106.212.58:8013/draw/traceablityInfo.html
+
--
Gitblit v1.9.3