From 93de88509eddd4af2622e480da57236f8af177a1 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 29 八月 2024 15:51:22 +0800
Subject: [PATCH] 图像检测bug修改

---
 ycl-server/src/main/resources/application-prod.yml |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/ycl-server/src/main/resources/application-prod.yml b/ycl-server/src/main/resources/application-prod.yml
index e154de5..5df6354 100644
--- a/ycl-server/src/main/resources/application-prod.yml
+++ b/ycl-server/src/main/resources/application-prod.yml
@@ -36,7 +36,7 @@
 spring:
   # 鏁版嵁婧愰厤缃�
   datasource:
-    url: jdbc:mysql://51.92.65.72:3306/zgyw?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false&serverTimezone=GMT%2B8&rewriteBatchedStatements=true
+    url: jdbc:mysql://51.92.65.72:3306/zgyw?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false&serverTimezone=GMT%2B8&rewriteBatchedStatements=true&allowMultiQueries=true
     username: root
     password: zgyw@202488
     type: com.alibaba.druid.pool.DruidDataSource
@@ -130,7 +130,6 @@
   retry: 4 # 鏈�澶ч噸璇曟鏁�
   youYunDomain: http://51.92.65.56 # 浼樹簯鍦板潃
   haiKangDomain: 51.92.65.48 # 娴峰悍鍦板潃
-  pythonDomain: 11 # python鑴氭湰鍦板潃
 
 youYun:
   tenantId: e10adc3949ba59abbe56e057f20f88dd

--
Gitblit v1.8.0