From 5231e36aca3f5de55ac788f8f7796c9bd92adde7 Mon Sep 17 00:00:00 2001 From: yyb <1416014977@qq.com> Date: Fri, 16 Jan 2026 14:26:33 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/bootstrap-dev.yml | 46 +++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/src/main/resources/bootstrap-dev.yml b/src/main/resources/bootstrap-dev.yml index 3d912e0..4523e85 100644 --- a/src/main/resources/bootstrap-dev.yml +++ b/src/main/resources/bootstrap-dev.yml @@ -1,6 +1,6 @@ #开发环境 server: - port: 6666 + port: 8898 compression: enabled: true mime-types: application/json @@ -22,6 +22,25 @@ spring: # password: M2202401! # password: axvm-zfgx-cgcg-qhhu password: M2202401! + #端口号 + port: 587 + # port: 465 + #默认的邮件编码为UTF-8 + default-encoding: UTF-8 + #其他参数 + properties: + mail: + #配置SSL 加密工厂 + smtp: + ssl: + #本地测试,先放开ssl + enable: false + required: false + #开启debug模式,这样邮件发送过程的日志会在控制台打印出来,方便排查错误 + debug: false + socketFactory: + class: javax.net.ssl.SSLSocketFactory + mvc: pathmatch: matching-strategy: ant_path_matcher @@ -60,3 +79,28 @@ netty: tcp: client: port: 2345 + +file: + domain: http://10.168.2.220 + path: /var/www/html/lease + # img: /img + filepath: /home/duyi/web + prefix: /statics + +client: + # 客户端安装包 + download: + client: + windows: /home/duyi/web/client/windows + linux: /home/duyi/web/client/linux + # 客户端版本号文件名 + version: version + +image: + prefix: http://10.168.2.220 + +myenv: + domain: http://10.168.2.220 + path: /var/www/html/lease + img: /img + filepath: /home/duyi/web