From 8eea5be3b36875bd4ffe70e6c3a5bb07b1d829bf Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Thu, 13 Jun 2024 10:50:09 +0800
Subject: [PATCH] 1
---
trading-order-admin/src/main/resources/application-dev.yml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/trading-order-admin/src/main/resources/application-dev.yml b/trading-order-admin/src/main/resources/application-dev.yml
index 98242a1..4114b60 100644
--- a/trading-order-admin/src/main/resources/application-dev.yml
+++ b/trading-order-admin/src/main/resources/application-dev.yml
@@ -9,10 +9,10 @@
max-request-size: 100MB
datasource:
# 东八区时区
- url: jdbc:mysql://localhost:3306/auyeung-root?allowMultiQueries=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true
+ url: jdbc:mysql://localhost:3306/jys?allowMultiQueries=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true
# 纽约时区 - GMT-5
- username: auyeung-root
- password: auyeung-root
+ username: root
+ password: 123456
driver-class-name: com.mysql.jdbc.Driver
type: com.alibaba.druid.pool.DruidDataSource
druid:
@@ -60,7 +60,7 @@
config-spider: classpath:redisson/redisson-spider.yml
host: localhost
port: 6379
- password: auyeung-root
+# password: auyeung-root
freemarker:
check-template-location: false
logging:
@@ -102,7 +102,7 @@
maxTotal: 50
host: ${spring.redis.host}
port: ${spring.redis.port}
- password: ${spring.redis.password}
+# password: ${spring.redis.password}
database: 1
db:
--
Gitblit v1.9.3