From 52f98f1a31e682f725f09b4a37bcd316332d3131 Mon Sep 17 00:00:00 2001
From: whycxzp <glperry@163.com>
Date: 星期四, 01 八月 2024 20:06:15 +0800
Subject: [PATCH] 优化word报告生成

---
 src/main/resources/config/application-prod.yml |   17 ++++-------------
 1 files changed, 4 insertions(+), 13 deletions(-)

diff --git a/src/main/resources/config/application-prod.yml b/src/main/resources/config/application-prod.yml
index 51d5fc7..b801158 100644
--- a/src/main/resources/config/application-prod.yml
+++ b/src/main/resources/config/application-prod.yml
@@ -1,6 +1,3 @@
-#绯荤粺绫诲瀷:1(鏅��,鏃犻檺鍒�),2(涓ユ牸-gw鏍囧噯),3(涓ユ牸-绛惧悕)
-system:
-  type: 1
 #鏈嶅姟绔彛鍙�
 server:
   port: 8081
@@ -19,10 +16,10 @@
 spring:
   datasource:
     type: com.alibaba.druid.pool.DruidDataSource
-    driver-class-name: com.highgo.jdbc.Driver
-    url: jdbc:highgo://localhost:5866/highgo?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
-    username: sysdba
-    password: Lmx&8688139
+    driver-class-name: com.mysql.cj.jdbc.Driver
+    url: jdbc:mysql://localhost:3360/db_user?characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowMultiQueries=true&rewriteBatchedStatements=true&useSSL=false
+    username: root
+    password: lmx8688139
     maxIdel: 60
     initialPoolSize: 2
     minPoolSize: 5
@@ -56,10 +53,4 @@
   enable: false
 configFile:
   type: 2 #1:鏈湴娴嬭瘯锛�2锛氭墦鍖卝ar
-snmp:
-  version: 1
-  address: 10.34.245.2/161
-  community: public
-  retries: 1
-  timeout: 5000
 

--
Gitblit v1.9.1