From 0ecd76e020b04bd09f76563971ac265219f5fc87 Mon Sep 17 00:00:00 2001
From: 6c <420680616@qq.com>
Date: 星期二, 03 二月 2026 15:08:10 +0800
Subject: [PATCH] 初始化

---
 .gitignore                                    |    1 +
 src/main/resources/application-dev.properties |   10 ++--------
 pom.xml                                       |    5 -----
 3 files changed, 3 insertions(+), 13 deletions(-)

diff --git a/.gitignore b/.gitignore
index 64f0d79..ab2443d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 resources/
 pom.xml
 pom.xml_no
+*.iml
diff --git a/pom.xml b/pom.xml
index f2b61b4..c911efb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,11 +46,6 @@
             <groupId>com.lx</groupId>
             <artifactId>product-server-hr</artifactId>
         </dependency>
-        <!--璁惧绠$悊-->
-        <dependency>
-            <groupId>com.lx</groupId>
-            <artifactId>product-server-device</artifactId>
-        </dependency>
         <!--閫氱敤妯″潡锛坲til)-->
         <dependency>
             <groupId>com.lx</groupId>
diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties
index d2b98d5..a6e0d2d 100644
--- a/src/main/resources/application-dev.properties
+++ b/src/main/resources/application-dev.properties
@@ -74,14 +74,8 @@
 data.source.type=mysql
 data.source.driver=com.mysql.jdbc.Driver
 #################local###############################
-data.source.url=jdbc:mysql://192.168.0.200:3310/product_db_v3.0.0?allowPublicKeyRetrieval=true&autoReconnect=true&useUnicode=true&characterEncoding=utf8&useNewIO=true&useSSL=false&serverTimezone=Asia/Shanghai
-#data.source.url=jdbc:mysql://192.168.0.200:3310/product-db-device-v3.0.0?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useNewIO=true&useSSL=false&serverTimezone=Asia/Shanghai
-#data.source.url=jdbc:mysql://192.168.0.200:3308/product_db_wh_formal?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useNewIO=true&useSSL=false&serverTimezone=Asia/Shanghai
-#data.source.url=jdbc:mysql://127.0.0.1:3306/product_db_xn?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useNewIO=true&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
-#\u4E1C\u8FC5
-#data.source.url=jdbc:mysql://127.0.0.1:3306/product_db_v3.0.0?allowPublicKeyRetrieval=true&autoReconnect=true&useUnicode=true&characterEncoding=utf8&useNewIO=true&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
-#data.source.url=jdbc:mysql://222.209.28.149:3005/product_db_lift_v2?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useNewIO=true&useSSL=false&serverTimezone=Asia/Shanghai
-#data.source.url=jdbc:mysql://222.209.52.226:3005/product_db_v3.0.0?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useNewIO=true&useSSL=false&serverTimezone=Asia/Shanghai
+# 200 \u9AD8\u7248\u672C
+data.source.url=jdbc:mysql://192.168.0.200:3310/product_db_saas?allowPublicKeyRetrieval=true&autoReconnect=true&useUnicode=true&characterEncoding=utf8&useNewIO=true&useSSL=false&serverTimezone=Asia/Shanghai
 data.source.user=root
 data.source.password=root123
 ##################local###############################

--
Gitblit v1.9.2