From 301017226e61aa39c8b40e780ca244eeddd073d4 Mon Sep 17 00:00:00 2001
From: cy <1664593601@qq.com>
Date: 星期日, 09 十月 2022 14:14:54 +0800
Subject: [PATCH] feat(schedule): 定时任务视频拉取

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

diff --git a/deploy-jar-template/src/main/resources/application-dev.yml b/deploy-jar-template/src/main/resources/application-dev.yml
index 4118ba0..6f39844 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
@@ -99,3 +99,10 @@
 
     # 娴嬭瘯妯″紡锛屽鏋滄槸鍒欎粎鐢熸垚鍥哄畾娴嬭瘯鏁版嵁锛屾寮忛儴缃查渶瑕佹敼涓� false
     test-mode: true
+
+    #涓氬姟瑙嗛鎵�鍦ㄦ暟鎹簱淇℃伅
+    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