From a589422315b90b90309657c8186bee354163f9e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=BD=AC?= <14779346+xswl_123@user.noreply.gitee.com> Date: Wed, 6 Aug 2025 17:14:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E5=9B=9E=E5=B4=94=E5=B7=A5=E7=9A=84ap?= =?UTF-8?q?plication-dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/main/resources/application-dev.yml | 26 ++-------------------- 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/web/src/main/resources/application-dev.yml b/web/src/main/resources/application-dev.yml index 678614a..db06539 100644 --- a/web/src/main/resources/application-dev.yml +++ b/web/src/main/resources/application-dev.yml @@ -1,7 +1,6 @@ # 开发环境配置 server: # 服务器的HTTP端口,默认为8080 - port: 8888 address : 0.0.0.0 # 监听所有网络接口 servlet: @@ -12,21 +11,6 @@ server: # 数据源配置 spring: - mail: - host: smtp.qq.com - port: 587 - # 网易邮箱配置 - # host: smtp.163.com - # port: 465 - username: 2838879363@qq.com - password: vtccznivtjrndfci - properties: - mail: - smtp: - auth: true - starttls: - enable: true - required: true datasource: type: com.alibaba.druid.pool.DruidDataSource driverClassName: com.mysql.cj.jdbc.Driver @@ -104,12 +88,6 @@ spring: # domain: # prefix: /minio/ -email: - verification: - from: 2838879363@qq.com - subject: "注册验证码" - template: "您的验证码为:%s,有效期为5分钟。请不要将验证码泄露给他人。" - ############## Sa-Token 配置 (文档: https://sa-token.cc) ############## sa-token: # token 名称(同时也是 cookie 名称) @@ -162,8 +140,8 @@ sa-token: # dynamicPortEnd: 30185 upload: -# 此处仅定义总的父路径,细节定义到 FilePathEnum - save-path: D:\Upload\ + # 此处仅定义总的父路径,细节定义到 FilePathEnum + save-path: D:\Upload\ # 部署配置 deploy: