From 1a7af6fff5185bb257c16b0445140c93263a3331 Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期一, 15 一月 2024 11:18:17 +0800
Subject: [PATCH] 修改

---
 starter/src/main/resources/application.yml |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/starter/src/main/resources/application.yml b/starter/src/main/resources/application.yml
index 8ce2b02..f5f5013 100644
--- a/starter/src/main/resources/application.yml
+++ b/starter/src/main/resources/application.yml
@@ -4,7 +4,7 @@
     uri-encoding: UTF-8
     max-threads: 1000
     min-spare-threads: 30
-  port: 8058
+  port: 8050
   servlet:
     context-path: /life-protection
     session:
@@ -17,12 +17,13 @@
   datasource:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
-#      url: jdbc:mysql://127.0.0.1:3306/csiczb?allowMultiQueries=true&hive.exec.orc.split.strategy=ETL&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8
+      #url: jdbc:mysql://127.0.0.1:3306/csiczb?allowMultiQueries=true&hive.exec.orc.split.strategy=ETL&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8
       #url: jdbc:mysql://127.0.0.1:3306/test_project?allowMultiQueries=true&hive.exec.orc.split.strategy=ETL&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8
       url: jdbc:mysql://192.168.31.25:3306/test_project?allowMultiQueries=true&hive.exec.orc.split.strategy=ETL&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8
-#      url: jdbc:mysql://127.0.0.1:3306/zhpt_djxl?serverTimezone=GMT&allowMultiQueries=true&hive.exec.orc.split.strategy=ETL&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8
+      #url: jdbc:mysql://127.0.0.1:3306/zhpt_djxl?serverTimezone=GMT&allowMultiQueries=true&hive.exec.orc.split.strategy=ETL&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8
       username: root
       password: root
+      #password: 123456
 #      driver-class-name: com.kingbase8.Driver
 #      url: jdbc:kingbase8://192.168.0.25:54321/ZHPT?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
 #      username: SYSTEM
@@ -113,13 +114,13 @@
   #    initFromJson: true
   server-url-prefix: http://localhost:8100/cas
   server-login-url: http://localhost:8100/cas/login
-  client-host-url: http://localhost:8058
+  client-host-url: http://localhost:8050
   validation-type: cas
 
 zt:
   oss:
     type: local
-    local-domain: http://127.0.0.1:8058/life-protection/
+    local-domain: http://127.0.0.1:8050/life-protection/
     local-path: D:/TestProjectFiles/ #闄勪欢瀛樺偍鐩綍
     local-qd-path: D:/TestProjectFiles/ #闄勪欢瀛樺偍鐩綍
     local-prefix: accessories #闄勪欢瀛樺偍瀛愮洰褰�

--
Gitblit v1.9.1