From 450083f7d9d5b687c732acddefb56632f7b3d5ad Mon Sep 17 00:00:00 2001
From: shikeying <shikeying@163.com>
Date: 星期一, 14 十一月 2022 12:53:39 +0800
Subject: [PATCH] 添加文本推荐API接口

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

diff --git a/deploy-jar-template/src/main/resources/application-dev.yml b/deploy-jar-template/src/main/resources/application-dev.yml
index cca4d14..5d3d644 100644
--- a/deploy-jar-template/src/main/resources/application-dev.yml
+++ b/deploy-jar-template/src/main/resources/application-dev.yml
@@ -75,7 +75,7 @@
 
   # 璋冨害鍣ㄦā鍧楋紝鏄惁鍚敤
   scheduler:
-    enabled: true
+    enabled: false
 
   # 鏁版嵁閲囬泦妯″潡
   gather:
@@ -102,12 +102,17 @@
     test-mode: false
 
     #涓氬姟瑙嗛鎵�鍦ㄦ暟鎹簱淇℃伅
-    business-datasource-url: 116.198.40.76
+#    business-datasource-url: 116.198.40.76
+    business-datasource-url: 127.0.0.1
     business-datasource-port: 3306
     business-datasource-service: train_zs
     business-datasource-authentication: root
     business-datasource-certification: Bjjmy_2020
 
+  text:
+    # 鏂囨湰鐩镐技搴︽湇鍔RL
+    ai-service: http://116.198.39.83:54321
+
 #sftp:
 #  host: 124.70.39.177
 #  port: 22

--
Gitblit v1.9.1