From 2a173c1068b7c3ecbdc8f1fbf52b3a7013cb9197 Mon Sep 17 00:00:00 2001 From: zhouhaibin Date: Wed, 13 Nov 2024 16:31:53 +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/src/main/resources/application-prod.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: # 滑动验证,底图路径,不配置将使用默认图片