From 92d72b515b80f9f6e12d3a8436693ed997f608ee Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期二, 29 八月 2023 11:43:37 +0800
Subject: [PATCH] 1

---
 src/main/resources/application-prod.yml |    4 ++--
 src/main/resources/application-file.yml |   10 +++++-----
 src/main/resources/application.yml      |    2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/main/resources/application-file.yml b/src/main/resources/application-file.yml
index 439a3e6..22dfc36 100644
--- a/src/main/resources/application-file.yml
+++ b/src/main/resources/application-file.yml
@@ -1,13 +1,13 @@
 #dat閰嶇疆璺緞
 dat:
-  filePath2d: 'D:\2022\dat\extract_mesh.dat'
-  filePath3d: 'D:\2022\dat\correct_jk_47.dat'
+  filePath2d: 'E:\yssh_data\dat\extract_mesh.dat'
+  filePath3d: 'E:\yssh_data\dat\correct_jk_47.dat'
 #csv閰嶇疆璺緞
 csv:
-  filePath: 'D:\2022\LBM_New'
-  vocPath: 'D:\2022\voc_all'
+  filePath: 'E:\yssh_data\LBM-NEW'
+  vocPath: 'E:\yssh_data\VOC_ALL'
 #鏃�/鍛�/鏈堟姤璺緞
 report:
-  path: D:\2022\XlsReport
+  path: E:\yssh_data\XlsReport
   yjz: 1.6
   bjz: 2
diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml
index 4830a99..08353ae 100644
--- a/src/main/resources/application-prod.yml
+++ b/src/main/resources/application-prod.yml
@@ -3,9 +3,9 @@
     datasource:
         type: com.alibaba.druid.pool.DruidDataSource
         driverClassName: com.mysql.cj.jdbc.Driver
-        url: jdbc:mysql://10.101.5.98:3306/yssh?useUnicode=true&rewriteBatchedStatements=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8
+        url: jdbc:mysql://127.0.0.1:3306/yssh?useUnicode=true&rewriteBatchedStatements=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8
         username: root
-        password: 123456
+        password: my_@Yssh#_sql
         # 鍒濆杩炴帴鏁�
         initialSize: 10
         # 鏈�灏忚繛鎺ユ睜鏁伴噺
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 0dd3c85..3e6980b 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -18,7 +18,7 @@
   session:
     timeout: PT20M # 20鍒嗛挓
   profiles:
-    active: dev
+    active: prod
     include: scheduled,file
   # 璁剧疆涓婁紶鏂囦欢澶у皬
   servlet:

--
Gitblit v1.9.3