From 4b04e7fd4fcad9af480a003509288aa6070b137e Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期日, 04 二月 2024 13:51:45 +0800
Subject: [PATCH] 修改
---
starter/src/main/resources/application.yml | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/starter/src/main/resources/application.yml b/starter/src/main/resources/application.yml
index 8ce2b02..7532cc0 100644
--- a/starter/src/main/resources/application.yml
+++ b/starter/src/main/resources/application.yml
@@ -4,9 +4,9 @@
uri-encoding: UTF-8
max-threads: 1000
min-spare-threads: 30
- port: 8058
+ port: 8050
servlet:
- context-path: /life-protection
+ context-path: /test-project
session:
cookie:
http-only: true
@@ -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/test-project/
local-path: D:/TestProjectFiles/ #闄勪欢瀛樺偍鐩綍
local-qd-path: D:/TestProjectFiles/ #闄勪欢瀛樺偍鐩綍
local-prefix: accessories #闄勪欢瀛樺偍瀛愮洰褰�
--
Gitblit v1.9.1