From f1828601b3f1df2a0385c6b8fb177d3a040751f8 Mon Sep 17 00:00:00 2001 From: zhouhaibin Date: Wed, 13 Nov 2024 16:30:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=8D=E5=8A=A1=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- easy-api/pom.xml | 2 +- easy-api/src/main/resources/application-prod.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/easy-api/pom.xml b/easy-api/pom.xml index eb677ea..85629e9 100644 --- a/easy-api/pom.xml +++ b/easy-api/pom.xml @@ -111,7 +111,7 @@ - FFD6C8E3D5A09C874D2AB2B311ABCCACD41D8CD98F00B204E9800998ECF8427ED41D8CD98F00B204E9800998ECF8427E + 7E38231D00D8427BB1E463E0BD7375EDD41D8CD98F00B204E9800998ECF8427ED41D8CD98F00B204E9800998ECF8427E diff --git a/easy-api/src/main/resources/application-prod.yml b/easy-api/src/main/resources/application-prod.yml index f1c0d29..e708059 100644 --- a/easy-api/src/main/resources/application-prod.yml +++ b/easy-api/src/main/resources/application-prod.yml @@ -15,7 +15,7 @@ springdoc: packagesToScan: com.easy.admin server: # 端口号 - port: 9001 + port: 8001 logging: file: path: logs @@ -42,7 +42,7 @@ spring: # 服务器连接端口 port: 6379 # 服务器连接密码(默认为空) - password: 1qaz@WSX1q2w#E$R + password: root jedis: pool: # 连接池最大连接数(使用负值表示没有限制) @@ -63,7 +63,7 @@ spring: master: url: jdbc:mysql://${DB_HOST:127.0.0.1}:${DB_PORT:3306}/${DB_NAME:guoyan_huzhou}?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMulQueries=true&allowMultiQueries=true&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullDatabaseMeansCurrent=true&useInformationSchema=true username: ${DB_USERNAME:root} - password: ${DB_PASSWORD:1q2w#E$R1qaz@WSX} + password: ${DB_PASSWORD:root} aj: captcha: # 滑动验证,底图路径,不配置将使用默认图片