From fb7012d6016229ad0159efebddf64be1fd3e642f Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期一, 19 八月 2024 09:32:50 +0800
Subject: [PATCH] 任务测试

---
 ycl-server/src/main/resources/application-dev.yml |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/ycl-server/src/main/resources/application-dev.yml b/ycl-server/src/main/resources/application-dev.yml
index 14e23f5..ab4cea3 100644
--- a/ycl-server/src/main/resources/application-dev.yml
+++ b/ycl-server/src/main/resources/application-dev.yml
@@ -17,10 +17,10 @@
 # 寮�鍙戠幆澧冮厤缃�
 server:
   # 鏈嶅姟鍣ㄧ殑HTTP绔彛锛岄粯璁や负8080
-  port: 8085
+  port: 8080
   servlet:
     # 搴旂敤鐨勮闂矾寰�
-    context-path: /zgyw
+    context-path: /
   tomcat:
     # tomcat鐨刄RI缂栫爜
     uri-encoding: UTF-8
@@ -36,9 +36,9 @@
 spring:
   # 鏁版嵁婧愰厤缃�
   datasource:
-    url: jdbc:mysql://51.92.65.72:3306/zgyw?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false&serverTimezone=GMT%2B8
+    url: jdbc:mysql://101.35.247.188/zgyw?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false&serverTimezone=GMT%2B8&rewriteBatchedStatements=true
     username: root
-    password: zgyw@202488
+    password: ycl@202466
     type: com.alibaba.druid.pool.DruidDataSource
     driver-class-name: com.mysql.cj.jdbc.Driver
 
@@ -76,12 +76,12 @@
 spring.data:
   redis:
     # 鍦板潃
-    host: 127.0.0.1
+    host: 42.193.1.25
     # 绔彛锛岄粯璁や负6379
     port: 6379
-    password:
+    password: ycl2018
     # 鏁版嵁搴撶储寮�
-    database: 1
+    database: 0
     # 瀵嗙爜(濡傛病鏈夊瘑鐮佽娉ㄩ噴鎺�)
     # password:
     # 杩炴帴瓒呮椂鏃堕棿
@@ -130,6 +130,7 @@
   retry: 4 # 鏈�澶ч噸璇曟鏁�
   youYunDomain: http://51.92.65.56 # 浼樹簯鍦板潃
   haiKangDomain: 51.92.65.48 # 娴峰悍鍦板潃
+  pythonDomain: 11 # python鑴氭湰鍦板潃
 
 youYun:
   tenantId: e10adc3949ba59abbe56e057f20f88dd

--
Gitblit v1.8.0