From 71d355f4db31807a13d78e6e257e9d26c4702c23 Mon Sep 17 00:00:00 2001
From: shikeying <shikeying@163.com>
Date: 星期二, 11 十月 2022 14:24:52 +0800
Subject: [PATCH] 修复写入问题,要更新包jdbc

---
 deploy-jar-template/src/main/resources/application-dev.yml |   23 +++++++++++++++++------
 1 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/deploy-jar-template/src/main/resources/application-dev.yml b/deploy-jar-template/src/main/resources/application-dev.yml
index a25556c..30d170d 100644
--- a/deploy-jar-template/src/main/resources/application-dev.yml
+++ b/deploy-jar-template/src/main/resources/application-dev.yml
@@ -3,7 +3,7 @@
     name: train_recommend
   datasource:
     # 鏄惁鏄剧ずdao涓墦鍗扮殑SQL璇彞
-    show-sql: false
+    show-sql: true
     username: root
 #    password: Bjjmy_63661766
     password: Bjjmy_2020
@@ -12,7 +12,7 @@
     type: com.walker.jdbc.ds.DefaultDataSource
     hikari:
       minimum-idle: 5
-      idle-timeout: 5000
+      idle-timeout: 600000
       pool-name: databasePool_walker
       connection-timeout: 10000
       connection-test-query: select 1
@@ -88,11 +88,22 @@
 
   video:
     # 瑙嗛閲囬泦瀛樺偍鏍硅矾寰�
-#    data-folder: D:/dev_tools/ai/
-    data-folder: /opt/ai/video/
+    data-folder: D:/dev_tools/ai/
+#    data-folder: /opt/ai/video/
 
     # 瑙嗛鐩镐技搴I鏈嶅姟URL
-    ai-service: http://121.36.40.27:12345
+#    ai-service: http://121.36.40.27:12345
+    ai-service: http://127.0.0.1:8801
 
     # 鎺ㄨ崘鐩镐技瑙嗛(绠楁硶)鍓嶅灏戜釜
-    top-n: 40
\ No newline at end of file
+    top-n: 40
+
+    # 娴嬭瘯妯″紡锛屽鏋滄槸鍒欎粎鐢熸垚鍥哄畾娴嬭瘯鏁版嵁锛屾寮忛儴缃查渶瑕佹敼涓� false
+    test-mode: false
+
+    #涓氬姟瑙嗛鎵�鍦ㄦ暟鎹簱淇℃伅
+    business-datasource-url: 124.70.39.177
+    business-datasource-port: 3306
+    business-datasource-service: train_test
+    business-datasource-authentication: root
+    business-datasource-certification: Bjjmy_2020

--
Gitblit v1.9.1