退回崔工的application-dev

This commit is contained in:
郝彬 2025-08-06 17:14:15 +08:00
parent 0f67c55892
commit a589422315
1 changed files with 2 additions and 24 deletions

View File

@ -1,7 +1,6 @@
# 开发环境配置 # 开发环境配置
server: server:
# 服务器的HTTP端口默认为8080 # 服务器的HTTP端口默认为8080
port: 8888 port: 8888
address : 0.0.0.0 # 监听所有网络接口 address : 0.0.0.0 # 监听所有网络接口
servlet: servlet:
@ -12,21 +11,6 @@ server:
# 数据源配置 # 数据源配置
spring: 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: datasource:
type: com.alibaba.druid.pool.DruidDataSource type: com.alibaba.druid.pool.DruidDataSource
driverClassName: com.mysql.cj.jdbc.Driver driverClassName: com.mysql.cj.jdbc.Driver
@ -104,12 +88,6 @@ spring:
# domain: # domain:
# prefix: /minio/ # prefix: /minio/
email:
verification:
from: 2838879363@qq.com
subject: "注册验证码"
template: "您的验证码为:%s有效期为5分钟。请不要将验证码泄露给他人。"
############## Sa-Token 配置 (文档: https://sa-token.cc) ############## ############## Sa-Token 配置 (文档: https://sa-token.cc) ##############
sa-token: sa-token:
# token 名称(同时也是 cookie 名称) # token 名称(同时也是 cookie 名称)
@ -162,8 +140,8 @@ sa-token:
# dynamicPortEnd: 30185 # dynamicPortEnd: 30185
upload: upload:
# 此处仅定义总的父路径,细节定义到 FilePathEnum # 此处仅定义总的父路径,细节定义到 FilePathEnum
save-path: D:\Upload\ save-path: D:\Upload\
# 部署配置 # 部署配置
deploy: deploy: