From a3e257a2868b89ae918dc992214a735dca085fbd Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期六, 07 十月 2023 16:30:35 +0800
Subject: [PATCH] 修改根据编号更新接口

---
 src/main/resources/application.properties |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 227cea2..5c2460d 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -9,8 +9,10 @@
 # 数据源配置
 spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
 spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
-spring.datasource.url=jdbc:mysql://127.0.0.1:3306/smart_earth?allowMultiQueries=true&useUnicode=true&rewriteBatchedStatements=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8
 spring.datasource.username=root
+#spring.datasource.url=jdbc:mysql://127.0.0.1:3366/smart_earth?allowMultiQueries=true&useUnicode=true&rewriteBatchedStatements=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8
+#spring.datasource.password=Admin@123
+spring.datasource.url=jdbc:mysql://127.0.0.1:3306/smart_earth?allowMultiQueries=true&useUnicode=true&rewriteBatchedStatements=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8
 spring.datasource.password=mysql
 
 # mybatis
@@ -21,3 +23,5 @@
 qylweb.host=https://qylweb.bda.gov.cn
 qylweb.user=shikong001
 qylweb.pwd=123!@#qwe
+
+dk.host=http://10.10.4.115:8022

--
Gitblit v1.9.3