From d95047d4d0e212896d1a1ed1f4528b46553d4e09 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期二, 12 八月 2025 15:28:34 +0800
Subject: [PATCH] 保存一个版本
---
zy-acs-manager/src/main/resources/application.yml | 22 +++++-----------------
1 files changed, 5 insertions(+), 17 deletions(-)
diff --git a/zy-acs-manager/src/main/resources/application.yml b/zy-acs-manager/src/main/resources/application.yml
index c08728f..400bef4 100644
--- a/zy-acs-manager/src/main/resources/application.yml
+++ b/zy-acs-manager/src/main/resources/application.yml
@@ -7,7 +7,7 @@
static-path-pattern: /**
datasource:
driver-class-name: com.mysql.jdbc.Driver
- url: jdbc:mysql://127.0.0.1:3306/zy_rcs_dual2?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
+ url: jdbc:mysql://127.0.0.1:3306/jbly?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
username: root
password: xltys1995
type: com.alibaba.druid.pool.DruidDataSource
@@ -40,18 +40,6 @@
maxRequestSize: 100MB
jmx:
enabled: false
- mail:
- host: smtp.qq.com
- username:
- password:
- default-encoding: UTF-8
- properties:
- mail:
- smtp:
- auth: true
- socketFactory:
- class: javax.net.ssl.SSLSocketFactory
- port: 465
redis:
host: 127.0.0.1
@@ -60,7 +48,7 @@
max: 30
min: 10
timeout: 5000
- index: 12
+ index: 3
floyd:
enable: false
@@ -73,10 +61,10 @@
mybatis-plus:
mapper-locations: classpath:mapper/*/*.xml
-# global-config:
-# field-strategy: 0
+ # global-config:
+ # field-strategy: 0
configuration:
-# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+ # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
map-underscore-to-camel-case: true
cache-enabled: true
global-config:
--
Gitblit v1.9.1