update 开发环境配置修改

This commit is contained in:
yyb
2026-01-16 14:26:33 +08:00
parent 2a1f11bfcd
commit 5231e36aca

View File

@@ -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